Html Css Color HEX #00429B Cobalt

📋 copy color: '#00429B'

red 0 ◦ green 66 ◦ blue 155

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

Shades of Cobalt #00429B

Tints of Cobalt #00429B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 0%
G = 29.86%
B = 70.14%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00429B (or 0x00429B) is known color: Cobalt. HEX triplet: 00, 42 and 9B. RGB value is (0,66,155). Sum of RGB (Red+Green+Blue) = 0+66+155=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #00429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00429B is #FFBD64. Grayscale: #373737. Windows color (decimal): -16760165 or 10174976. OLE color: 10174976.

HSL color Cylindrical-coordinate representation of color #00429B: hue angle of 214.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00429B is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 66 155 -
CMYK 1 0.57 0 0.39
HSL 214.45º 1% 0.3% -
HSV(B) 214.45º 1% 0.61% -
XYZ 7.86 6.26 31.8 -
YUV 56.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 0 66 155 1 0.57 0 0.39 214.45 1 0.3
Hex 0 42 9B 64 39 0 27 D6 64 1E
Octal 0 102 233 144 71 0 47 326 144 36
Binary 0 1000010 10011011 1100100 111001 0 100111 11010110 1100100 11110

Color Harmonies of #00429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00429B

Black with #00429B

Text Example


Text Example

White with #00429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00429B; }

 p { color: rgb(0,66,155); }

 H1.HeaderClassName
 {
   color: #00429B;
 }
 .AnyTagClassName
 {
   color: #00429B;
 }
</style>

background-color css

<style>
 a { background-color: #00429B; }

 a { background-color: rgb(0,66,155); }

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

border-color css

<style>
 span { border-color: #00429B; }

 span { border-color: rgb(0,66,155); }

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