Html Css Color HEX #05489B Cobalt

📋 copy color: '#05489B'

red 5 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #05489B

Tints of Cobalt #05489B

RGB

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

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

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

R = 2.16%
G = 31.03%
B = 66.81%

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

#05489B (or 0x05489B) is known color: Cobalt. HEX triplet: 05, 48 and 9B. RGB value is (5,72,155). Sum of RGB (Red+Green+Blue) = 5+72+155=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #05489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05489B is #FAB764. Grayscale: #3D3D3D. Windows color (decimal): -16430949 or 10176517. OLE color: 10176517.

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

Color convert

RGB 5 72 155 -
CMYK 0.97 0.54 0 0.39
HSL 213.2º 0.94% 0.31% -
HSV(B) 213.2º 0.97% 0.61% -
XYZ 8.3 7.03 31.93 -
YUV 61.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 5 72 155 0.97 0.54 0 0.39 213.2 0.94 0.31
Hex 5 48 9B 61 36 0 27 D5 5E 1F
Octal 5 110 233 141 66 0 47 325 136 37
Binary 101 1001000 10011011 1100001 110110 0 100111 11010101 1011110 11111

Color Harmonies of #05489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05489B

Black with #05489B

Text Example


Text Example

White with #05489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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