Html Css Color HEX #05479C Cobalt

📋 copy color: '#05479C'

red 5 ◦ green 71 ◦ blue 156

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

Shades of Cobalt #05479C

Tints of Cobalt #05479C

RGB

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

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

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

R = 2.16%
G = 30.6%
B = 67.24%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05479C (or 0x05479C) is known color: Cobalt. HEX triplet: 05, 47 and 9C. RGB value is (5,71,156). Sum of RGB (Red+Green+Blue) = 5+71+156=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #05479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05479C is #FAB863. Grayscale: #3C3C3C. Windows color (decimal): -16431204 or 10241797. OLE color: 10241797.

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

Color convert

RGB 5 71 156 -
CMYK 0.97 0.54 0 0.39
HSL 213.77º 0.94% 0.32% -
HSV(B) 213.77º 0.97% 0.61% -
XYZ 8.32 6.94 32.35 -
YUV 60.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 5 71 156 0.97 0.54 0 0.39 213.77 0.94 0.32
Hex 5 47 9C 61 36 0 27 D6 5E 20
Octal 5 107 234 141 66 0 47 326 136 40
Binary 101 1000111 10011100 1100001 110110 0 100111 11010110 1011110 100000

Color Harmonies of #05479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05479C

Black with #05479C

Text Example


Text Example

White with #05479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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