Html Css Color HEX #05489C Cobalt

📋 copy color: '#05489C'

red 5 ◦ green 72 ◦ blue 156

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

Shades of Cobalt #05489C

Tints of Cobalt #05489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 2.15%
G = 30.9%
B = 66.95%

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

#05489C (or 0x05489C) is known color: Cobalt. HEX triplet: 05, 48 and 9C. RGB value is (5,72,156). Sum of RGB (Red+Green+Blue) = 5+72+156=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #05489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05489C is #FAB763. Grayscale: #3D3D3D. Windows color (decimal): -16430948 or 10242053. OLE color: 10242053.

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

Color convert

RGB 5 72 156 -
CMYK 0.97 0.54 0 0.39
HSL 213.38º 0.94% 0.32% -
HSV(B) 213.38º 0.97% 0.61% -
XYZ 8.38 7.07 32.37 -
YUV 61.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 5 72 156 0.97 0.54 0 0.39 213.38 0.94 0.32
Hex 5 48 9C 61 36 0 27 D5 5E 20
Octal 5 110 234 141 66 0 47 325 136 40
Binary 101 1001000 10011100 1100001 110110 0 100111 11010101 1011110 100000

Color Harmonies of #05489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05489C

Black with #05489C

Text Example


Text Example

White with #05489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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