Html Css Color HEX #00479B Cobalt

📋 copy color: '#00479B'

red 0 ◦ green 71 ◦ blue 155

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

Shades of Cobalt #00479B

Tints of Cobalt #00479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 0%
G = 31.42%
B = 68.58%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00479B (or 0x00479B) is known color: Cobalt. HEX triplet: 00, 47 and 9B. RGB value is (0,71,155). Sum of RGB (Red+Green+Blue) = 0+71+155=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #00479B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00479B is #FFB864. Grayscale: #3A3A3A. Windows color (decimal): -16758885 or 10176256. OLE color: 10176256.

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

Color convert

RGB 0 71 155 -
CMYK 1 0.54 0 0.39
HSL 212.52º 1% 0.3% -
HSV(B) 212.52º 1% 0.61% -
XYZ 8.17 6.87 31.91 -
YUV 59.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 0 71 155 1 0.54 0 0.39 212.52 1 0.3
Hex 0 47 9B 64 36 0 27 D5 64 1E
Octal 0 107 233 144 66 0 47 325 144 36
Binary 0 1000111 10011011 1100100 110110 0 100111 11010101 1100100 11110

Color Harmonies of #00479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00479B

Black with #00479B

Text Example


Text Example

White with #00479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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