#0228BC

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

Shades of International Klein Blue #0228BC

Tints of International Klein Blue #0228BC

Color information

#0228BC (or 0x0228BC) is unknown color: approx International Klein Blue. HEX triplet: 02, 28 and BC. RGB value is (2,40,188). Sum of RGB (Red+Green+Blue) = 2+40+188=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0228BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228BC is #FDD743. Grayscale: #2C2C2C. Windows color (decimal): -16635716 or 12331010. OLE color: 12331010.

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

Color convert

RGB240188-
CMYK0.990.7900.26
HSL227.74º97.89%37.25%-
HSV(B)227.74º98.94%73.73%-
XYZ9.865.1648.05-
YUV45.51208.4196.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 188 (73.83% from 255) = 81.74%
R=0.87%
G=17.39%
B=81.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2401880.990.7900.26227.7497.8937.25
Hex228BC634F01Ae46225
Octal25027414311703234414245
Binary101010001011110011000111001111011010111001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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