#0028AA

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

Shades of International Klein Blue #0028AA

Tints of International Klein Blue #0028AA

Color information

#0028AA (or 0x0028AA) is unknown color: approx International Klein Blue. HEX triplet: 00, 28 and AA. RGB value is (0,40,170). Sum of RGB (Red+Green+Blue) = 0+40+170=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0028AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0028AA is #FFD755. Grayscale: #2A2A2A. Windows color (decimal): -16766806 or 11151360. OLE color: 11151360.

HSL color Cylindrical-coordinate representation of color #0028AA: hue angle of 225.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028AA is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB040170-
CMYK10.7600.33
HSL225.88º100%33.33%-
HSV(B)225.88º100%66.67%-
XYZ8.014.4238.46-
YUV42.86199.7597.43-

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) = 19.05%
BLUE value IS 170 (66.80% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal04017010.7600.33225.8810033.33
Hex028AA644C021e26421
Octal05025214411404134214441
Binary010100010101010110010010011000100001111000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0028AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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