Html Css Color HEX #01318D Smalt

📋 copy color: '#01318D'

red 1 ◦ green 49 ◦ blue 141

#01318D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #01318D

Tints of Smalt #01318D

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 141 (55.47% from 255) = 73.82%

R = 0.52%
G = 25.65%
B = 73.82%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01318D (or 0x01318D) is known color: Smalt. HEX triplet: 01, 31 and 8D. RGB value is (1,49,141). Sum of RGB (Red+Green+Blue) = 1+49+141=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #01318D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01318D is #FECE72. Grayscale: #2C2C2C. Windows color (decimal): -16698995 or 9253121. OLE color: 9253121.

HSL color Cylindrical-coordinate representation of color #01318D: hue angle of 219.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01318D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 49 141 -
CMYK 0.99 0.65 0 0.45
HSL 219.43º 0.99% 0.28% -
HSV(B) 219.43º 0.99% 0.55% -
XYZ 5.92 4.13 25.68 -
YUV 45.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 1 49 141 0.99 0.65 0 0.45 219.43 0.99 0.28
Hex 1 31 8D 63 41 0 2D DB 63 1C
Octal 1 61 215 143 101 0 55 333 143 34
Binary 1 110001 10001101 1100011 1000001 0 101101 11011011 1100011 11100

Color Harmonies of #01318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01318D

Black with #01318D

Text Example


Text Example

White with #01318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01318D; }

 p { color: rgb(1,49,141); }

 H1.HeaderClassName
 {
   color: #01318D;
 }
 .AnyTagClassName
 {
   color: #01318D;
 }
</style>

background-color css

<style>
 a { background-color: #01318D; }

 a { background-color: rgb(1,49,141); }

 div.DivClassName
 {
   background-color: #01318D;
 }
 .BgClassName
 {
   background-color: #01318D;
 }
</style>

border-color css

<style>
 span { border-color: #01318D; }

 span { border-color: rgb(1,49,141); }

 td.TdClassName
 {
   border-color: #01318D;
 }
 .TagClassName
 {
   border-color: #01318D;
 }
</style>