Html Css Color HEX #0553AE Cobalt

📋 copy color: '#0553AE'

red 5 ◦ green 83 ◦ blue 174

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

Shades of Cobalt #0553AE

Tints of Cobalt #0553AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 1.91%
G = 31.68%
B = 66.41%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0553AE (or 0x0553AE) is known color: Cobalt. HEX triplet: 05, 53 and AE. RGB value is (5,83,174). Sum of RGB (Red+Green+Blue) = 5+83+174=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0553AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0553AE is #FAAC51. Grayscale: #454545. Windows color (decimal): -16428114 or 11424517. OLE color: 11424517.

HSL color Cylindrical-coordinate representation of color #0553AE: hue angle of 212.31º 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 #0553AE is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 83 174 -
CMYK 0.97 0.52 0 0.32
HSL 212.31º 0.94% 0.35% -
HSV(B) 212.31º 0.97% 0.68% -
XYZ 10.8 9.27 41.27 -
YUV 70.05 186.66 81.6 -
System Red Green Blue C M Y K H S L
Decimal 5 83 174 0.97 0.52 0 0.32 212.31 0.94 0.35
Hex 5 53 AE 61 34 0 20 D4 5E 23
Octal 5 123 256 141 64 0 40 324 136 43
Binary 101 1010011 10101110 1100001 110100 0 100000 11010100 1011110 100011

Color Harmonies of #0553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553AE

Black with #0553AE

Text Example


Text Example

White with #0553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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