#0228C1

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

Shades of International Klein Blue #0228C1

Tints of International Klein Blue #0228C1

Color information

#0228C1 (or 0x0228C1) is unknown color: approx International Klein Blue. HEX triplet: 02, 28 and C1. RGB value is (2,40,193). Sum of RGB (Red+Green+Blue) = 2+40+193=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #0228C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228C1 is #FDD73E. Grayscale: #2D2D2D. Windows color (decimal): -16635711 or 12658690. OLE color: 12658690.

HSL color Cylindrical-coordinate representation of color #0228C1: hue angle of 228.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228C1 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB240193-
CMYK0.990.7900.24
HSL228.06º97.95%38.24%-
HSV(B)228.06º98.96%75.69%-
XYZ10.415.3850.94-
YUV46.08210.9196.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 193 (75.78% from 255) = 82.13%
R=0.85%
G=17.02%
B=82.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2401930.990.7900.24228.0697.9538.24
Hex228C1634F018e46226
Octal25030114311703034414246
Binary101010001100000111000111001111011000111001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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