#0024B2

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

Shades of International Klein Blue #0024B2

Tints of International Klein Blue #0024B2

Color information

#0024B2 (or 0x0024B2) is unknown color: approx International Klein Blue. HEX triplet: 00, 24 and B2. RGB value is (0,36,178). Sum of RGB (Red+Green+Blue) = 0+36+178=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 178 (69.92% from 255 or 83.18% from 214); Max value from RGB is 178 - color contains mainly: blue. Hex color #0024B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0024B2 is #FFDB4D. Grayscale: #282828. Windows color (decimal): -16767822 or 11674624. OLE color: 11674624.

HSL color Cylindrical-coordinate representation of color #0024B2: hue angle of 227.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024B2 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB036178-
CMYK10.8000.30
HSL227.87º100%34.9%-
HSV(B)227.87º100%69.8%-
XYZ8.674.4842.53-
YUV41.42205.0798.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 178 (69.92% from 255) = 83.18%
R=0%
G=16.82%
B=83.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal03617810.8000.30227.8710034.9
Hex024B2645001Ee46423
Octal04426214412003634414443
Binary01001001011001011001001010000011110111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0024B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0024B2; }

 p { color: rgb(0,36,178); }

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

<style>
 a { background-color: #0024B2; }

 a { background-color: rgb(0,36,178); }

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

<style>
 span { border-color: #0024B2; }

 span { border-color: rgb(0,36,178); }

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