Html Css Color HEX #01499E Cobalt

📋 copy color: '#01499E'

red 1 ◦ green 73 ◦ blue 158

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

Shades of Cobalt #01499E

Tints of Cobalt #01499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 0.43%
G = 31.47%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01499E (or 0x01499E) is known color: Cobalt. HEX triplet: 01, 49 and 9E. RGB value is (1,73,158). Sum of RGB (Red+Green+Blue) = 1+73+158=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #01499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01499E is #FEB661. Grayscale: #3C3C3C. Windows color (decimal): -16692834 or 10373377. OLE color: 10373377.

HSL color Cylindrical-coordinate representation of color #01499E: hue angle of 212.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01499E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 73 158 -
CMYK 0.99 0.54 0 0.38
HSL 212.48º 0.99% 0.31% -
HSV(B) 212.48º 0.99% 0.62% -
XYZ 8.57 7.24 33.29 -
YUV 61.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 1 73 158 0.99 0.54 0 0.38 212.48 0.99 0.31
Hex 1 49 9E 63 36 0 26 D4 63 1F
Octal 1 111 236 143 66 0 46 324 143 37
Binary 1 1001001 10011110 1100011 110110 0 100110 11010100 1100011 11111

Color Harmonies of #01499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01499E

Black with #01499E

Text Example


Text Example

White with #01499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01499E; }

 p { color: rgb(1,73,158); }

 H1.HeaderClassName
 {
   color: #01499E;
 }
 .AnyTagClassName
 {
   color: #01499E;
 }
</style>

background-color css

<style>
 a { background-color: #01499E; }

 a { background-color: rgb(1,73,158); }

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

border-color css

<style>
 span { border-color: #01499E; }

 span { border-color: rgb(1,73,158); }

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