Html Css Color HEX #00439B Cobalt

📋 copy color: '#00439B'

red 0 ◦ green 67 ◦ blue 155

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

Shades of Cobalt #00439B

Tints of Cobalt #00439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 0%
G = 30.18%
B = 69.82%

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

#00439B (or 0x00439B) is known color: Cobalt. HEX triplet: 00, 43 and 9B. RGB value is (0,67,155). Sum of RGB (Red+Green+Blue) = 0+67+155=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #00439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00439B is #FFBC64. Grayscale: #383838. Windows color (decimal): -16759909 or 10175232. OLE color: 10175232.

HSL color Cylindrical-coordinate representation of color #00439B: hue angle of 214.06º 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 #00439B is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 67 155 -
CMYK 1 0.57 0 0.39
HSL 214.06º 1% 0.3% -
HSV(B) 214.06º 1% 0.61% -
XYZ 7.92 6.38 31.82 -
YUV 57 183.3 87.34 -
System Red Green Blue C M Y K H S L
Decimal 0 67 155 1 0.57 0 0.39 214.06 1 0.3
Hex 0 43 9B 64 39 0 27 D6 64 1E
Octal 0 103 233 144 71 0 47 326 144 36
Binary 0 1000011 10011011 1100100 111001 0 100111 11010110 1100100 11110

Color Harmonies of #00439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00439B

Black with #00439B

Text Example


Text Example

White with #00439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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