#0228AD

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

Shades of International Klein Blue #0228AD

Tints of International Klein Blue #0228AD

Color information

#0228AD (or 0x0228AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 28 and AD. RGB value is (2,40,173). Sum of RGB (Red+Green+Blue) = 2+40+173=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0228AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0228AD is #FDD752. Grayscale: #2B2B2B. Windows color (decimal): -16635731 or 11347970. OLE color: 11347970.

HSL color Cylindrical-coordinate representation of color #0228AD: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228AD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB240173-
CMYK0.990.7700.32
HSL226.67º97.71%34.31%-
HSV(B)226.67º98.84%67.84%-
XYZ8.334.5539.97-
YUV43.8200.9198.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=0.93%
G=18.60%
B=80.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2401730.990.7700.32226.6797.7134.31
Hex228AD634D020e36222
Octal25025514311504034314242
Binary1010100010101101110001110011010100000111000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0228AD; }

 p { color: rgb(2,40,173); }

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

<style>
 a { background-color: #0228AD; }

 a { background-color: rgb(2,40,173); }

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

<style>
 span { border-color: #0228AD; }

 span { border-color: rgb(2,40,173); }

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