#0905B6

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

Shades of Medium Blue #0905B6

Tints of Medium Blue #0905B6

Color information

#0905B6 (or 0x0905B6) is unknown color: approx Medium Blue. HEX triplet: 09, 05 and B6. RGB value is (9,5,182). Sum of RGB (Red+Green+Blue) = 9+5+182=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 182 (71.48% from 255 or 92.86% from 196); Max value from RGB is 182 - color contains mainly: blue. Hex color #0905B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905B6 is #F6FA49. Grayscale: #191919. Windows color (decimal): -16185930 or 11928841. OLE color: 11928841.

HSL color Cylindrical-coordinate representation of color #0905B6: hue angle of 241.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0905B6 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB95182-
CMYK0.950.9700.29
HSL241.36º94.65%36.67%-
HSV(B)241.36º97.25%71.37%-
XYZ8.613.5444.49-
YUV26.37215.83115.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 182 (71.48% from 255) = 92.86%
R=4.59%
G=2.55%
B=92.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951820.950.9700.29241.3694.6536.67
Hex95B65F6101Df15f25
Octal11526613714103536113745
Binary10011011011011010111111100001011101111100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0905B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0905B6; }

 p { color: rgb(9,5,182); }

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

<style>
 a { background-color: #0905B6; }

 a { background-color: rgb(9,5,182); }

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

<style>
 span { border-color: #0905B6; }

 span { border-color: rgb(9,5,182); }

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