#0920CC

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

Shades of Medium Blue #0920CC

Tints of Medium Blue #0920CC

Color information

#0920CC (or 0x0920CC) is unknown color: approx Medium Blue. HEX triplet: 09, 20 and CC. RGB value is (9,32,204). Sum of RGB (Red+Green+Blue) = 9+32+204=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #0920CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920CC is #F6DF33. Grayscale: #2C2C2C. Windows color (decimal): -16178996 or 13377545. OLE color: 13377545.

HSL color Cylindrical-coordinate representation of color #0920CC: hue angle of 232.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0920CC is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB932204-
CMYK0.960.8400.2
HSL232.92º91.55%41.76%-
HSV(B)232.92º95.59%80%-
XYZ11.535.4557.57-
YUV44.73217.88102.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 204 (80.08% from 255) = 83.27%
R=3.67%
G=13.06%
B=83.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9322040.960.8400.2232.9291.5541.76
Hex920CC6054014e95c2a
Octal114031414012402435113452
Binary10011000001100110011000001010100010100111010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0920CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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