#06449C

Color #06449C Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #06449C

Tints of Cobalt #06449C

Color information

#06449C (or 0x06449C) is unknown color: approx Cobalt. HEX triplet: 06, 44 and 9C. RGB value is (6,68,156). Sum of RGB (Red+Green+Blue) = 6+68+156=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #06449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06449C is #F9BB63. Grayscale: #3B3B3B. Windows color (decimal): -16366436 or 10241030. OLE color: 10241030.

HSL color Cylindrical-coordinate representation of color #06449C: hue angle of 215.2º 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 #06449C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB668156-
CMYK0.960.5600.39
HSL215.2º92.59%31.76%-
HSV(B)215.2º96.15%61.18%-
XYZ8.146.5732.29-
YUV59.49182.4689.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 156 (61.33% from 255) = 67.83%
R=2.61%
G=29.57%
B=67.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6681560.960.5600.39215.292.5931.76
Hex6449C6038027d75d20
Octal61042341407004732713540
Binary11010001001001110011000001110000100111110101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06449C; }

 p { color: rgb(6,68,156); }

 H1.HeaderClassName
 {
   color: #06449C;
 }
 .AnyTagClassName
 {
   color: #06449C;
 }
</style>
background-color css

<style>
 a { background-color: #06449C; }

 a { background-color: rgb(6,68,156); }

 div.DivClassName
 {
   background-color: #06449C;
 }
 .BgClassName
 {
   background-color: #06449C;
 }
</style>
border-color css

<style>
 span { border-color: #06449C; }

 span { border-color: rgb(6,68,156); }

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