#081A9F

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

Shades of International Klein Blue #081A9F

Tints of International Klein Blue #081A9F

Color information

#081A9F (or 0x081A9F) is unknown color: approx International Klein Blue. HEX triplet: 08, 1A and 9F. RGB value is (8,26,159). Sum of RGB (Red+Green+Blue) = 8+26+159=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #081A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081A9F is #F7E560. Grayscale: #232323. Windows color (decimal): -16246113 or 10426888. OLE color: 10426888.

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

Color convert

RGB826159-
CMYK0.950.8400.38
HSL232.85º90.42%32.75%-
HSV(B)232.85º94.97%62.35%-
XYZ6.733.2933.08-
YUV35.78197.54108.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 159 (62.5% from 255) = 82.38%
R=4.15%
G=13.47%
B=82.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8261590.950.8400.38232.8590.4232.75
Hex81A9F5F54026e95a21
Octal103223713712404635113241
Binary10001101010011111101111110101000100110111010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081A9F; }

 p { color: rgb(8,26,159); }

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

<style>
 a { background-color: #081A9F; }

 a { background-color: rgb(8,26,159); }

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

<style>
 span { border-color: #081A9F; }

 span { border-color: rgb(8,26,159); }

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