#0024BF

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

Shades of International Klein Blue #0024BF

Tints of International Klein Blue #0024BF

Color information

#0024BF (or 0x0024BF) is unknown color: approx International Klein Blue. HEX triplet: 00, 24 and BF. RGB value is (0,36,191). Sum of RGB (Red+Green+Blue) = 0+36+191=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #0024BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024BF is #FFDB40. Grayscale: #2A2A2A. Windows color (decimal): -16767809 or 12526592. OLE color: 12526592.

HSL color Cylindrical-coordinate representation of color #0024BF: hue angle of 228.69º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024BF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB036191-
CMYK10.8100.25
HSL228.69º100%37.45%-
HSV(B)228.69º100%74.9%-
XYZ10.035.0249.73-
YUV42.91211.5797.4-

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.86%
BLUE value IS 191 (75% from 255) = 84.14%
R=0%
G=15.86%
B=84.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal03619110.8100.25228.6910037.45
Hex024BF6451019e56425
Octal04427714412103134514445
Binary01001001011111111001001010001011001111001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0024BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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