#0929B9

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

Shades of International Klein Blue #0929B9

Tints of International Klein Blue #0929B9

Color information

#0929B9 (or 0x0929B9) is unknown color: approx International Klein Blue. HEX triplet: 09, 29 and B9. RGB value is (9,41,185). Sum of RGB (Red+Green+Blue) = 9+41+185=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #0929B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929B9 is #F6D646. Grayscale: #2F2F2F. Windows color (decimal): -16176711 or 12134665. OLE color: 12134665.

HSL color Cylindrical-coordinate representation of color #0929B9: hue angle of 229.09º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0929B9 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB941185-
CMYK0.950.7800.27
HSL229.09º90.72%38.04%-
HSV(B)229.09º95.14%72.55%-
XYZ9.665.1546.38-
YUV47.85205.4100.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 185 (72.66% from 255) = 78.72%
R=3.83%
G=17.45%
B=78.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9411850.950.7800.27229.0990.7238.04
Hex929B95F4E01Be55b26
Octal115127113711603334513346
Binary10011010011011100110111111001110011011111001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0929B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0929B9; }

 p { color: rgb(9,41,185); }

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

<style>
 a { background-color: #0929B9; }

 a { background-color: rgb(9,41,185); }

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

<style>
 span { border-color: #0929B9; }

 span { border-color: rgb(9,41,185); }

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