#053BBA

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

Shades of Cobalt #053BBA

Tints of Cobalt #053BBA

Color information

#053BBA (or 0x053BBA) is unknown color: approx Cobalt. HEX triplet: 05, 3B and BA. RGB value is (5,59,186). Sum of RGB (Red+Green+Blue) = 5+59+186=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #053BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BBA is #FAC445. Grayscale: #383838. Windows color (decimal): -16434246 or 12204805. OLE color: 12204805.

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

Color convert

RGB559186-
CMYK0.970.6800.27
HSL222.1º94.76%37.45%-
HSV(B)222.1º97.31%72.94%-
XYZ10.496.7147.2-
YUV57.33200.6190.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 186 (73.05% from 255) = 74.4%
R=2%
G=23.6%
B=74.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5591860.970.6800.27222.194.7637.45
Hex53BBA614401Bde5f25
Octal57327214110403333613745
Binary1011110111011101011000011000100011011110111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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