#0920BD

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

Shades of International Klein Blue #0920BD

Tints of International Klein Blue #0920BD

Color information

#0920BD (or 0x0920BD) is unknown color: approx International Klein Blue. HEX triplet: 09, 20 and BD. RGB value is (9,32,189). Sum of RGB (Red+Green+Blue) = 9+32+189=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #0920BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920BD is #F6DF42. Grayscale: #2A2A2A. Windows color (decimal): -16179011 or 12394505. OLE color: 12394505.

HSL color Cylindrical-coordinate representation of color #0920BD: hue angle of 232.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0920BD is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB932189-
CMYK0.950.8300.26
HSL232.33º90.91%38.82%-
HSV(B)232.33º95.24%74.12%-
XYZ9.814.7748.55-
YUV43.02210.38103.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 189 (74.22% from 255) = 82.17%
R=3.91%
G=13.91%
B=82.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9321890.950.8300.26232.3390.9138.82
Hex920BD5F5301Ae85b27
Octal114027513712303235013347
Binary10011000001011110110111111010011011010111010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0920BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0920BD; }

 p { color: rgb(9,32,189); }

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

<style>
 a { background-color: #0920BD; }

 a { background-color: rgb(9,32,189); }

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

<style>
 span { border-color: #0920BD; }

 span { border-color: rgb(9,32,189); }

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