Html Css Color HEX #055A9B Cobalt

📋 copy color: '#055A9B'

red 5 ◦ green 90 ◦ blue 155

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

Shades of Cobalt #055A9B

Tints of Cobalt #055A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 2%
G = 36%
B = 62%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#055A9B (or 0x055A9B) is known color: Cobalt. HEX triplet: 05, 5A and 9B. RGB value is (5,90,155). Sum of RGB (Red+Green+Blue) = 5+90+155=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #055A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A9B is #FAA564. Grayscale: #474747. Windows color (decimal): -16426341 or 10181125. OLE color: 10181125.

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

Color convert

RGB 5 90 155 -
CMYK 0.97 0.42 0 0.39
HSL 206º 0.94% 0.31% -
HSV(B) 206º 0.97% 0.61% -
XYZ 9.64 9.71 32.38 -
YUV 72 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 5 90 155 0.97 0.42 0 0.39 206 0.94 0.31
Hex 5 5A 9B 61 2A 0 27 CE 5E 1F
Octal 5 132 233 141 52 0 47 316 136 37
Binary 101 1011010 10011011 1100001 101010 0 100111 11001110 1011110 11111

Color Harmonies of #055A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A9B

Black with #055A9B

Text Example


Text Example

White with #055A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A9B; }

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

 H1.HeaderClassName
 {
   color: #055A9B;
 }
 .AnyTagClassName
 {
   color: #055A9B;
 }
</style>

background-color css

<style>
 a { background-color: #055A9B; }

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

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

border-color css

<style>
 span { border-color: #055A9B; }

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

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