Html Css Color HEX #06479B Cobalt

📋 copy color: '#06479B'

red 6 ◦ green 71 ◦ blue 155

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

Shades of Cobalt #06479B

Tints of Cobalt #06479B

RGB

 RED value IS 6 (2.73% from 255) = 2.59%

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

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

R = 2.59%
G = 30.6%
B = 66.81%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06479B (or 0x06479B) is known color: Cobalt. HEX triplet: 06, 47 and 9B. RGB value is (6,71,155). Sum of RGB (Red+Green+Blue) = 6+71+155=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #06479B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06479B is #F9B864. Grayscale: #3C3C3C. Windows color (decimal): -16365669 or 10176262. OLE color: 10176262.

HSL color Cylindrical-coordinate representation of color #06479B: hue angle of 213.83º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06479B is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 71 155 -
CMYK 0.96 0.54 0 0.39
HSL 213.83º 0.93% 0.32% -
HSV(B) 213.83º 0.96% 0.61% -
XYZ 8.24 6.91 31.91 -
YUV 61.14 180.97 88.67 -
System Red Green Blue C M Y K H S L
Decimal 6 71 155 0.96 0.54 0 0.39 213.83 0.93 0.32
Hex 6 47 9B 60 36 0 27 D6 5D 20
Octal 6 107 233 140 66 0 47 326 135 40
Binary 110 1000111 10011011 1100000 110110 0 100111 11010110 1011101 100000

Color Harmonies of #06479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06479B

Black with #06479B

Text Example


Text Example

White with #06479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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