#022A9D

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

Shades of International Klein Blue #022A9D

Tints of International Klein Blue #022A9D

Color information

#022A9D (or 0x022A9D) is unknown color: approx International Klein Blue. HEX triplet: 02, 2A and 9D. RGB value is (2,42,157). Sum of RGB (Red+Green+Blue) = 2+42+157=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #022A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A9D is #FDD562. Grayscale: #2A2A2A. Windows color (decimal): -16635235 or 10299906. OLE color: 10299906.

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

Color convert

RGB242157-
CMYK0.990.7300.38
HSL224.52º97.48%31.18%-
HSV(B)224.52º98.73%61.57%-
XYZ6.944.132.32-
YUV43.15192.2598.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 157 (61.72% from 255) = 78.11%
R=1.00%
G=20.90%
B=78.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2421570.990.7300.38224.5297.4831.18
Hex22A9D6349026e1611f
Octal25223514311104634114137
Binary101010101001110111000111001001010011011100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,157); }

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

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

 a { background-color: rgb(2,42,157); }

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

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

 span { border-color: rgb(2,42,157); }

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