#052BBA

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

Shades of International Klein Blue #052BBA

Tints of International Klein Blue #052BBA

Color information

#052BBA (or 0x052BBA) is unknown color: approx International Klein Blue. HEX triplet: 05, 2B and BA. RGB value is (5,43,186). Sum of RGB (Red+Green+Blue) = 5+43+186=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #052BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BBA is #FAD445. Grayscale: #2F2F2F. Windows color (decimal): -16438342 or 12200709. OLE color: 12200709.

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

Color convert

RGB543186-
CMYK0.970.7700.27
HSL227.4º94.76%37.45%-
HSV(B)227.4º97.31%72.94%-
XYZ9.795.3146.96-
YUV47.94205.9197.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 186 (73.05% from 255) = 79.49%
R=2.14%
G=18.38%
B=79.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5431860.970.7700.27227.494.7637.45
Hex52BBA614D01Be35f25
Octal55327214111503334313745
Binary1011010111011101011000011001101011011111000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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