#081F9E

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

Shades of International Klein Blue #081F9E

Tints of International Klein Blue #081F9E

Color information

#081F9E (or 0x081F9E) is unknown color: approx International Klein Blue. HEX triplet: 08, 1F and 9E. RGB value is (8,31,158). Sum of RGB (Red+Green+Blue) = 8+31+158=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 158 (62.11% from 255 or 80.20% from 197); Max value from RGB is 158 - color contains mainly: blue. Hex color #081F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F9E is #F7E061. Grayscale: #262626. Windows color (decimal): -16244834 or 10362632. OLE color: 10362632.

HSL color Cylindrical-coordinate representation of color #081F9E: hue angle of 230.8º 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 #081F9E is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB831158-
CMYK0.950.8000.38
HSL230.8º90.36%32.55%-
HSV(B)230.8º94.94%61.96%-
XYZ6.763.532.67-
YUV38.6195.38106.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 158 (62.11% from 255) = 80.20%
R=4.06%
G=15.74%
B=80.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8311580.950.8000.38230.890.3632.55
Hex81F9E5F50026e75a21
Octal103723613712004634713241
Binary10001111110011110101111110100000100110111001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,158); }

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

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

 a { background-color: rgb(8,31,158); }

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

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

 span { border-color: rgb(8,31,158); }

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