#08289D

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

Shades of International Klein Blue #08289D

Tints of International Klein Blue #08289D

Color information

#08289D (or 0x08289D) is unknown color: approx International Klein Blue. HEX triplet: 08, 28 and 9D. RGB value is (8,40,157). Sum of RGB (Red+Green+Blue) = 8+40+157=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #08289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08289D is #F7D762. Grayscale: #2B2B2B. Windows color (decimal): -16242531 or 10299400. OLE color: 10299400.

HSL color Cylindrical-coordinate representation of color #08289D: hue angle of 227.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08289D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB840157-
CMYK0.950.7500.38
HSL227.11º90.3%32.35%-
HSV(B)227.11º94.9%61.57%-
XYZ6.94432.31-
YUV43.77191.9102.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=3.90%
G=19.51%
B=76.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8401570.950.7500.38227.1190.332.35
Hex8289D5F4B026e35a20
Octal105023513711304634313240
Binary100010100010011101101111110010110100110111000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08289D; }

 p { color: rgb(8,40,157); }

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

<style>
 a { background-color: #08289D; }

 a { background-color: rgb(8,40,157); }

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

<style>
 span { border-color: #08289D; }

 span { border-color: rgb(8,40,157); }

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