#091FBE

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

Shades of International Klein Blue #091FBE

Tints of International Klein Blue #091FBE

Color information

#091FBE (or 0x091FBE) is unknown color: approx International Klein Blue. HEX triplet: 09, 1F and BE. RGB value is (9,31,190). Sum of RGB (Red+Green+Blue) = 9+31+190=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #091FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FBE is #F6E041. Grayscale: #292929. Windows color (decimal): -16179266 or 12459785. OLE color: 12459785.

HSL color Cylindrical-coordinate representation of color #091FBE: hue angle of 232.71º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091FBE is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB931190-
CMYK0.950.8400.25
HSL232.71º90.95%39.02%-
HSV(B)232.71º95.26%74.51%-
XYZ9.94.7649.11-
YUV42.55211.21104.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 190 (74.61% from 255) = 82.61%
R=3.91%
G=13.48%
B=82.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9311900.950.8400.25232.7190.9539.02
Hex91FBE5F54019e95b27
Octal113727613712403135113347
Binary1001111111011111010111111010100011001111010011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091FBE; }

 p { color: rgb(9,31,190); }

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

<style>
 a { background-color: #091FBE; }

 a { background-color: rgb(9,31,190); }

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

<style>
 span { border-color: #091FBE; }

 span { border-color: rgb(9,31,190); }

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