#0922B1

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

Shades of International Klein Blue #0922B1

Tints of International Klein Blue #0922B1

Color information

#0922B1 (or 0x0922B1) is unknown color: approx International Klein Blue. HEX triplet: 09, 22 and B1. RGB value is (9,34,177). Sum of RGB (Red+Green+Blue) = 9+34+177=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #0922B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0922B1 is #F6DD4E. Grayscale: #2A2A2A. Windows color (decimal): -16178511 or 11608585. OLE color: 11608585.

HSL color Cylindrical-coordinate representation of color #0922B1: hue angle of 231.07º 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 #0922B1 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB934177-
CMYK0.950.8100.31
HSL231.07º90.32%36.47%-
HSV(B)231.07º94.92%69.41%-
XYZ8.624.3841.99-
YUV42.83203.72103.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 177 (69.53% from 255) = 80.45%
R=4.09%
G=15.45%
B=80.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9341770.950.8100.31231.0790.3236.47
Hex922B15F5101Fe75a24
Octal114226113712103734713244
Binary10011000101011000110111111010001011111111001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0922B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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