Html Css Color HEX #06449B Cobalt

📋 copy color: '#06449B'

red 6 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #06449B

Tints of Cobalt #06449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 2.62%
G = 29.69%
B = 67.69%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06449B (or 0x06449B) is known color: Cobalt. HEX triplet: 06, 44 and 9B. RGB value is (6,68,155). Sum of RGB (Red+Green+Blue) = 6+68+155=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #06449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06449B is #F9BB64. Grayscale: #3A3A3A. Windows color (decimal): -16366437 or 10175494. OLE color: 10175494.

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

Color convert

RGB 6 68 155 -
CMYK 0.96 0.56 0 0.39
HSL 215.03º 0.93% 0.32% -
HSV(B) 215.03º 0.96% 0.61% -
XYZ 8.06 6.54 31.85 -
YUV 59.38 181.96 89.93 -
System Red Green Blue C M Y K H S L
Decimal 6 68 155 0.96 0.56 0 0.39 215.03 0.93 0.32
Hex 6 44 9B 60 38 0 27 D7 5D 20
Octal 6 104 233 140 70 0 47 327 135 40
Binary 110 1000100 10011011 1100000 111000 0 100111 11010111 1011101 100000

Color Harmonies of #06449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06449B

Black with #06449B

Text Example


Text Example

White with #06449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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