#0228BD

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

Shades of International Klein Blue #0228BD

Tints of International Klein Blue #0228BD

Color information

#0228BD (or 0x0228BD) is unknown color: approx International Klein Blue. HEX triplet: 02, 28 and BD. RGB value is (2,40,189). Sum of RGB (Red+Green+Blue) = 2+40+189=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #0228BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228BD is #FDD742. Grayscale: #2C2C2C. Windows color (decimal): -16635715 or 12396546. OLE color: 12396546.

HSL color Cylindrical-coordinate representation of color #0228BD: hue angle of 227.81º 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 #0228BD is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB240189-
CMYK0.990.7900.26
HSL227.81º97.91%37.45%-
HSV(B)227.81º98.94%74.12%-
XYZ9.975.248.62-
YUV45.62208.9196.88-

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.32%
BLUE value IS 189 (74.22% from 255) = 81.82%
R=0.87%
G=17.32%
B=81.82%

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
Decimal2401890.990.7900.26227.8197.9137.45
Hex228BD634F01Ae46225
Octal25027514311703234414245
Binary101010001011110111000111001111011010111001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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