#053ABA

Color #053ABA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #053ABA

Tints of International Klein Blue #053ABA

Color information

#053ABA (or 0x053ABA) is unknown color: approx International Klein Blue. HEX triplet: 05, 3A and BA. RGB value is (5,58,186). Sum of RGB (Red+Green+Blue) = 5+58+186=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #053ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ABA is #FAC545. Grayscale: #383838. Windows color (decimal): -16434502 or 12204549. OLE color: 12204549.

HSL color Cylindrical-coordinate representation of color #053ABA: hue angle of 222.43º 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 #053ABA is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB558186-
CMYK0.970.6900.27
HSL222.43º94.76%37.45%-
HSV(B)222.43º97.31%72.94%-
XYZ10.446.647.18-
YUV56.74200.9491.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 186 (73.05% from 255) = 74.70%
R=2.01%
G=23.29%
B=74.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5581860.970.6900.27222.4394.7637.45
Hex53ABA614501Bde5f25
Octal57227214110503333613745
Binary1011110101011101011000011000101011011110111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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