Html Css Color HEX #05559A Cobalt

📋 copy color: '#05559A'

red 5 ◦ green 85 ◦ blue 154

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

Shades of Cobalt #05559A

Tints of Cobalt #05559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 154 (60.55% from 255) = 63.11%

R = 2.05%
G = 34.84%
B = 63.11%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05559A (or 0x05559A) is known color: Cobalt. HEX triplet: 05, 55 and 9A. RGB value is (5,85,154). Sum of RGB (Red+Green+Blue) = 5+85+154=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #05559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05559A is #FAAA65. Grayscale: #444444. Windows color (decimal): -16427622 or 10114309. OLE color: 10114309.

HSL color Cylindrical-coordinate representation of color #05559A: hue angle of 207.79º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05559A is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 85 154 -
CMYK 0.97 0.45 0 0.40
HSL 207.79º 0.94% 0.31% -
HSV(B) 207.79º 0.97% 0.6% -
XYZ 9.14 8.86 31.8 -
YUV 68.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 5 85 154 0.97 0.45 0 0.40 207.79 0.94 0.31
Hex 5 55 9A 61 2D 0 28 D0 5E 1F
Octal 5 125 232 141 55 0 50 320 136 37
Binary 101 1010101 10011010 1100001 101101 0 101000 11010000 1011110 11111

Color Harmonies of #05559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05559A

Black with #05559A

Text Example


Text Example

White with #05559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05559A; }

 p { color: rgb(5,85,154); }

 H1.HeaderClassName
 {
   color: #05559A;
 }
 .AnyTagClassName
 {
   color: #05559A;
 }
</style>

background-color css

<style>
 a { background-color: #05559A; }

 a { background-color: rgb(5,85,154); }

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

border-color css

<style>
 span { border-color: #05559A; }

 span { border-color: rgb(5,85,154); }

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