#0024C9

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

Shades of International Klein Blue #0024C9

Tints of International Klein Blue #0024C9

Color information

#0024C9 (or 0x0024C9) is unknown color: approx International Klein Blue. HEX triplet: 00, 24 and C9. RGB value is (0,36,201). Sum of RGB (Red+Green+Blue) = 0+36+201=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 201 (78.91% from 255 or 84.81% from 237); Max value from RGB is 201 - color contains mainly: blue. Hex color #0024C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024C9 is #FFDB36. Grayscale: #2B2B2B. Windows color (decimal): -16767799 or 13181952. OLE color: 13181952.

HSL color Cylindrical-coordinate representation of color #0024C9: hue angle of 229.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024C9 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB036201-
CMYK10.8200.21
HSL229.25º100%39.41%-
HSV(B)229.25º100%78.82%-
XYZ11.175.4855.73-
YUV44.05216.5796.58-

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) = 15.19%
BLUE value IS 201 (78.91% from 255) = 84.81%
R=0%
G=15.19%
B=84.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal03620110.8200.21229.2510039.41
Hex024C96452015e56427
Octal04431114412202534514447
Binary01001001100100111001001010010010101111001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0024C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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