Html Css Color HEX #091DCB Medium Blue

📋 copy color: '#091DCB'

red 9 ◦ green 29 ◦ blue 203

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

Shades of Medium Blue #091DCB

Tints of Medium Blue #091DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 84.23%

R = 3.73%
G = 12.03%
B = 84.23%

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

#091DCB (or 0x091DCB) is known color: Medium Blue. HEX triplet: 09, 1D and CB. RGB value is (9,29,203). Sum of RGB (Red+Green+Blue) = 9+29+203=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #091DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCB is #F6E234. Grayscale: #2A2A2A. Windows color (decimal): -16179765 or 13311241. OLE color: 13311241.

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

Color convert

RGB 9 29 203 -
CMYK 0.96 0.86 0 0.20
HSL 233.81º 0.92% 0.42% -
HSV(B) 233.81º 0.96% 0.8% -
XYZ 11.33 5.25 56.92 -
YUV 42.86 218.37 103.85 -
System Red Green Blue C M Y K H S L
Decimal 9 29 203 0.96 0.86 0 0.20 233.81 0.92 0.42
Hex 9 1D CB 60 56 0 14 EA 5C 2A
Octal 11 35 313 140 126 0 24 352 134 52
Binary 1001 11101 11001011 1100000 1010110 0 10100 11101010 1011100 101010

Color Harmonies of #091DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DCB

Black with #091DCB

Text Example


Text Example

White with #091DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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