#081FB2

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

Shades of International Klein Blue #081FB2

Tints of International Klein Blue #081FB2

Color information

#081FB2 (or 0x081FB2) is unknown color: approx International Klein Blue. HEX triplet: 08, 1F and B2. RGB value is (8,31,178). Sum of RGB (Red+Green+Blue) = 8+31+178=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 178 (69.92% from 255 or 82.03% from 217); Max value from RGB is 178 - color contains mainly: blue. Hex color #081FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081FB2 is #F7E04D. Grayscale: #282828. Windows color (decimal): -16244814 or 11673352. OLE color: 11673352.

HSL color Cylindrical-coordinate representation of color #081FB2: hue angle of 231.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FB2 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB831178-
CMYK0.960.8300.30
HSL231.88º91.4%36.47%-
HSV(B)231.88º95.51%69.8%-
XYZ8.634.2542.48-
YUV40.88205.38104.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 178 (69.92% from 255) = 82.03%
R=3.69%
G=14.29%
B=82.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8311780.960.8300.30231.8891.436.47
Hex81FB2605301Ee85b24
Octal103726214012303635013344
Binary1000111111011001011000001010011011110111010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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