#0524B6

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

Shades of International Klein Blue #0524B6

Tints of International Klein Blue #0524B6

Color information

#0524B6 (or 0x0524B6) is unknown color: approx International Klein Blue. HEX triplet: 05, 24 and B6. RGB value is (5,36,182). Sum of RGB (Red+Green+Blue) = 5+36+182=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 182 (71.48% from 255 or 81.61% from 223); Max value from RGB is 182 - color contains mainly: blue. Hex color #0524B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524B6 is #FADB49. Grayscale: #2A2A2A. Windows color (decimal): -16440138 or 11936773. OLE color: 11936773.

HSL color Cylindrical-coordinate representation of color #0524B6: hue angle of 229.49º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524B6 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB536182-
CMYK0.970.8000.29
HSL229.49º94.65%36.67%-
HSV(B)229.49º97.25%71.37%-
XYZ9.144.6744.68-
YUV43.38206.23100.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 182 (71.48% from 255) = 81.61%
R=2.24%
G=16.14%
B=81.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5361820.970.8000.29229.4994.6536.67
Hex524B6615001De55f25
Octal54426614112003534513745
Binary1011001001011011011000011010000011101111001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0524B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0524B6; }

 p { color: rgb(5,36,182); }

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

<style>
 a { background-color: #0524B6; }

 a { background-color: rgb(5,36,182); }

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

<style>
 span { border-color: #0524B6; }

 span { border-color: rgb(5,36,182); }

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