#022E9F

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

Shades of International Klein Blue #022E9F

Tints of International Klein Blue #022E9F

Color information

#022E9F (or 0x022E9F) is unknown color: approx International Klein Blue. HEX triplet: 02, 2E and 9F. RGB value is (2,46,159). Sum of RGB (Red+Green+Blue) = 2+46+159=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #022E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E9F is #FDD160. Grayscale: #2D2D2D. Windows color (decimal): -16634209 or 10432002. OLE color: 10432002.

HSL color Cylindrical-coordinate representation of color #022E9F: hue angle of 223.18º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022E9F is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB246159-
CMYK0.990.7100.38
HSL223.18º97.52%31.57%-
HSV(B)223.18º98.74%62.35%-
XYZ7.264.4733.28-
YUV45.73191.9296.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 76.81%
R=0.97%
G=22.22%
B=76.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2461590.990.7100.38223.1897.5231.57
Hex22E9F6347026df6220
Octal25623714310704633714240
Binary1010111010011111110001110001110100110110111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E9F; }

 p { color: rgb(2,46,159); }

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

<style>
 a { background-color: #022E9F; }

 a { background-color: rgb(2,46,159); }

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

<style>
 span { border-color: #022E9F; }

 span { border-color: rgb(2,46,159); }

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