#0917B1

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

Shades of International Klein Blue #0917B1

Tints of International Klein Blue #0917B1

Color information

#0917B1 (or 0x0917B1) is unknown color: approx International Klein Blue. HEX triplet: 09, 17 and B1. RGB value is (9,23,177). Sum of RGB (Red+Green+Blue) = 9+23+177=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 177 (69.53% from 255 or 84.69% from 209); Max value from RGB is 177 - color contains mainly: blue. Hex color #0917B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0917B1 is #F6E84E. Grayscale: #232323. Windows color (decimal): -16181327 or 11605769. OLE color: 11605769.

HSL color Cylindrical-coordinate representation of color #0917B1: hue angle of 235º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0917B1 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB923177-
CMYK0.950.8700.31
HSL235º90.32%36.47%-
HSV(B)235º94.92%69.41%-
XYZ8.353.8541.9-
YUV36.37207.36108.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 177 (69.53% from 255) = 84.69%
R=4.31%
G=11.00%
B=84.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9231770.950.8700.3123590.3236.47
Hex917B15F5701Feb5a24
Octal112726113712703735313244
Binary1001101111011000110111111010111011111111010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0917B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0917B1; }

 p { color: rgb(9,23,177); }

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

<style>
 a { background-color: #0917B1; }

 a { background-color: rgb(9,23,177); }

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

<style>
 span { border-color: #0917B1; }

 span { border-color: rgb(9,23,177); }

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