#091DCD

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

Shades of Medium Blue #091DCD

Tints of Medium Blue #091DCD

Color information

#091DCD (or 0x091DCD) is unknown color: approx Medium Blue. HEX triplet: 09, 1D and CD. RGB value is (9,29,205). Sum of RGB (Red+Green+Blue) = 9+29+205=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #091DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCD is #F6E232. Grayscale: #2A2A2A. Windows color (decimal): -16179763 or 13442313. OLE color: 13442313.

HSL color Cylindrical-coordinate representation of color #091DCD: hue angle of 233.88º 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 #091DCD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB929205-
CMYK0.960.8600.20
HSL233.88º91.59%41.96%-
HSV(B)233.88º95.61%80.39%-
XYZ11.575.3458.18-
YUV43.08219.37103.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 205 (80.47% from 255) = 84.36%
R=3.70%
G=11.93%
B=84.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9292050.960.8600.20233.8891.5941.96
Hex91DCD6056014ea5c2a
Octal113531514012602435213452
Binary1001111011100110111000001010110010100111010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091DCD; }

 p { color: rgb(9,29,205); }

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

<style>
 a { background-color: #091DCD; }

 a { background-color: rgb(9,29,205); }

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

<style>
 span { border-color: #091DCD; }

 span { border-color: rgb(9,29,205); }

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