Html Css Color HEX #091CDB Medium Blue

📋 copy color: '#091CDB'

red 9 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #091CDB

Tints of Medium Blue #091CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 85.55%

R = 3.52%
G = 10.94%
B = 85.55%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#091CDB (or 0x091CDB) is known color: Medium Blue. HEX triplet: 09, 1C and DB. RGB value is (9,28,219). Sum of RGB (Red+Green+Blue) = 9+28+219=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #091CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CDB is #F6E324. Grayscale: #2B2B2B. Windows color (decimal): -16180005 or 14359561. OLE color: 14359561.

HSL color Cylindrical-coordinate representation of color #091CDB: hue angle of 234.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091CDB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 28 219 -
CMYK 0.96 0.87 0 0.14
HSL 234.57º 0.92% 0.45% -
HSV(B) 234.57º 0.96% 0.86% -
XYZ 13.31 6 67.47 -
YUV 44.09 226.71 102.97 -
System Red Green Blue C M Y K H S L
Decimal 9 28 219 0.96 0.87 0 0.14 234.57 0.92 0.45
Hex 9 1C DB 60 57 0 E EB 5C 2D
Octal 11 34 333 140 127 0 16 353 134 55
Binary 1001 11100 11011011 1100000 1010111 0 1110 11101011 1011100 101101

Color Harmonies of #091CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CDB

Black with #091CDB

Text Example


Text Example

White with #091CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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