Html Css Color HEX #05499C Cobalt

📋 copy color: '#05499C'

red 5 ◦ green 73 ◦ blue 156

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

Shades of Cobalt #05499C

Tints of Cobalt #05499C

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 2.14%
G = 31.2%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05499C (or 0x05499C) is known color: Cobalt. HEX triplet: 05, 49 and 9C. RGB value is (5,73,156). Sum of RGB (Red+Green+Blue) = 5+73+156=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #05499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05499C is #FAB663. Grayscale: #3D3D3D. Windows color (decimal): -16430692 or 10242309. OLE color: 10242309.

HSL color Cylindrical-coordinate representation of color #05499C: hue angle of 212.98º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05499C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 73 156 -
CMYK 0.97 0.53 0 0.39
HSL 212.98º 0.94% 0.32% -
HSV(B) 212.98º 0.97% 0.61% -
XYZ 8.45 7.2 32.4 -
YUV 62.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 5 73 156 0.97 0.53 0 0.39 212.98 0.94 0.32
Hex 5 49 9C 61 35 0 27 D5 5E 20
Octal 5 111 234 141 65 0 47 325 136 40
Binary 101 1001001 10011100 1100001 110101 0 100111 11010101 1011110 100000

Color Harmonies of #05499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05499C

Black with #05499C

Text Example


Text Example

White with #05499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,73,156); }

 H1.HeaderClassName
 {
   color: #05499C;
 }
 .AnyTagClassName
 {
   color: #05499C;
 }
</style>

background-color css

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

 a { background-color: rgb(5,73,156); }

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

border-color css

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

 span { border-color: rgb(5,73,156); }

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