#0028BD

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

Shades of International Klein Blue #0028BD

Tints of International Klein Blue #0028BD

Color information

#0028BD (or 0x0028BD) is unknown color: approx International Klein Blue. HEX triplet: 00, 28 and BD. RGB value is (0,40,189). Sum of RGB (Red+Green+Blue) = 0+40+189=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #0028BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028BD is #FFD742. Grayscale: #2C2C2C. Windows color (decimal): -16766787 or 12396544. OLE color: 12396544.

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

Color convert

RGB040189-
CMYK10.7900.26
HSL227.3º100%37.06%-
HSV(B)227.3º100%74.12%-
XYZ9.945.1948.62-
YUV45.03209.2595.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 189 (74.22% from 255) = 82.53%
R=0%
G=17.47%
B=82.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal04018910.7900.26227.310037.06
Hex028BD644F01Ae36425
Octal05027514411703234314445
Binary01010001011110111001001001111011010111000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0028BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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