Html Css Color HEX #091DCC Medium Blue

📋 copy color: '#091DCC'

red 9 ◦ green 29 ◦ blue 204

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

Shades of Medium Blue #091DCC

Tints of Medium Blue #091DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

 BLUE value IS 204 (80.08% from 255) = 84.3%

R = 3.72%
G = 11.98%
B = 84.3%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#091DCC (or 0x091DCC) is known color: Medium Blue. HEX triplet: 09, 1D and CC. RGB value is (9,29,204). Sum of RGB (Red+Green+Blue) = 9+29+204=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #091DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCC is #F6E233. Grayscale: #2A2A2A. Windows color (decimal): -16179764 or 13376777. OLE color: 13376777.

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

Color convert

RGB 9 29 204 -
CMYK 0.96 0.86 0 0.2
HSL 233.85º 0.92% 0.42% -
HSV(B) 233.85º 0.96% 0.8% -
XYZ 11.45 5.3 57.55 -
YUV 42.97 218.87 103.77 -
System Red Green Blue C M Y K H S L
Decimal 9 29 204 0.96 0.86 0 0.2 233.85 0.92 0.42
Hex 9 1D CC 60 56 0 14 EA 5C 2A
Octal 11 35 314 140 126 0 24 352 134 52
Binary 1001 11101 11001100 1100000 1010110 0 10100 11101010 1011100 101010

Color Harmonies of #091DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DCC

Black with #091DCC

Text Example


Text Example

White with #091DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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