Html Css Color HEX #091BCC Medium Blue

📋 copy color: '#091BCC'

red 9 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #091BCC

Tints of Medium Blue #091BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

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

R = 3.75%
G = 11.25%
B = 85%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#091BCC (or 0x091BCC) is known color: Medium Blue. HEX triplet: 09, 1B and CC. RGB value is (9,27,204). Sum of RGB (Red+Green+Blue) = 9+27+204=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #091BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BCC is #F6E433. Grayscale: #292929. Windows color (decimal): -16180276 or 13376265. OLE color: 13376265.

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

Color convert

RGB 9 27 204 -
CMYK 0.96 0.87 0 0.2
HSL 234.46º 0.92% 0.42% -
HSV(B) 234.46º 0.96% 0.8% -
XYZ 11.4 5.2 57.53 -
YUV 41.8 219.54 104.61 -
System Red Green Blue C M Y K H S L
Decimal 9 27 204 0.96 0.87 0 0.2 234.46 0.92 0.42
Hex 9 1B CC 60 57 0 14 EA 5C 2A
Octal 11 33 314 140 127 0 24 352 134 52
Binary 1001 11011 11001100 1100000 1010111 0 10100 11101010 1011100 101010

Color Harmonies of #091BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BCC

Black with #091BCC

Text Example


Text Example

White with #091BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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