Html Css Color HEX #0555AE Cobalt

📋 copy color: '#0555AE'

red 5 ◦ green 85 ◦ blue 174

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

Shades of Cobalt #0555AE

Tints of Cobalt #0555AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 1.89%
G = 32.2%
B = 65.91%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0555AE (or 0x0555AE) is known color: Cobalt. HEX triplet: 05, 55 and AE. RGB value is (5,85,174). Sum of RGB (Red+Green+Blue) = 5+85+174=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #0555AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0555AE is #FAAA51. Grayscale: #464646. Windows color (decimal): -16427602 or 11425029. OLE color: 11425029.

HSL color Cylindrical-coordinate representation of color #0555AE: hue angle of 211.6º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0555AE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 85 174 -
CMYK 0.97 0.51 0 0.32
HSL 211.6º 0.94% 0.35% -
HSV(B) 211.6º 0.97% 0.68% -
XYZ 10.95 9.59 41.32 -
YUV 71.23 186 80.76 -
System Red Green Blue C M Y K H S L
Decimal 5 85 174 0.97 0.51 0 0.32 211.6 0.94 0.35
Hex 5 55 AE 61 33 0 20 D4 5E 23
Octal 5 125 256 141 63 0 40 324 136 43
Binary 101 1010101 10101110 1100001 110011 0 100000 11010100 1011110 100011

Color Harmonies of #0555AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555AE

Black with #0555AE

Text Example


Text Example

White with #0555AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0555AE; }

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

 H1.HeaderClassName
 {
   color: #0555AE;
 }
 .AnyTagClassName
 {
   color: #0555AE;
 }
</style>

background-color css

<style>
 a { background-color: #0555AE; }

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

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

border-color css

<style>
 span { border-color: #0555AE; }

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

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