Html Css Color HEX #091CCD Medium Blue

📋 copy color: '#091CCD'

red 9 ◦ green 28 ◦ blue 205

#091CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #091CCD

Tints of Medium Blue #091CCD

RGB

 RED value IS 9 (3.91% from 255) = 3.72%

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 205 (80.47% from 255) = 84.71%

R = 3.72%
G = 11.57%
B = 84.71%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#091CCD (or 0x091CCD) is known color: Medium Blue. HEX triplet: 09, 1C and CD. RGB value is (9,28,205). Sum of RGB (Red+Green+Blue) = 9+28+205=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #091CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CCD is #F6E332. Grayscale: #292929. Windows color (decimal): -16180019 or 13442057. OLE color: 13442057.

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

Color convert

RGB 9 28 205 -
CMYK 0.96 0.86 0 0.20
HSL 234.18º 0.92% 0.42% -
HSV(B) 234.18º 0.96% 0.8% -
XYZ 11.55 5.3 58.17 -
YUV 42.5 219.71 104.11 -
System Red Green Blue C M Y K H S L
Decimal 9 28 205 0.96 0.86 0 0.20 234.18 0.92 0.42
Hex 9 1C CD 60 56 0 14 EA 5C 2A
Octal 11 34 315 140 126 0 24 352 134 52
Binary 1001 11100 11001101 1100000 1010110 0 10100 11101010 1011100 101010

Color Harmonies of #091CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CCD

Black with #091CCD

Text Example


Text Example

White with #091CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #091CCD;
 }
 .AnyTagClassName
 {
   color: #091CCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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