#053BB8

Color #053BB8 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #053BB8

Tints of Cobalt #053BB8

Color information

#053BB8 (or 0x053BB8) is unknown color: approx Cobalt. HEX triplet: 05, 3B and B8. RGB value is (5,59,184). Sum of RGB (Red+Green+Blue) = 5+59+184=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #053BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BB8 is #FAC447. Grayscale: #383838. Windows color (decimal): -16434248 or 12073733. OLE color: 12073733.

HSL color Cylindrical-coordinate representation of color #053BB8: hue angle of 221.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053BB8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB559184-
CMYK0.970.6800.28
HSL221.9º94.71%37.06%-
HSV(B)221.9º97.28%72.16%-
XYZ10.286.6246.08-
YUV57.1199.6190.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 184 (72.27% from 255) = 74.19%
R=2.02%
G=23.79%
B=74.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5591840.970.6800.28221.994.7137.06
Hex53BB8614401Cde5f25
Octal57327014110403433613745
Binary1011110111011100011000011000100011100110111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053BB8; }

 p { color: rgb(5,59,184); }

 H1.HeaderClassName
 {
   color: #053BB8;
 }
 .AnyTagClassName
 {
   color: #053BB8;
 }
</style>
background-color css

<style>
 a { background-color: #053BB8; }

 a { background-color: rgb(5,59,184); }

 div.DivClassName
 {
   background-color: #053BB8;
 }
 .BgClassName
 {
   background-color: #053BB8;
 }
</style>
border-color css

<style>
 span { border-color: #053BB8; }

 span { border-color: rgb(5,59,184); }

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