Html Css Color HEX #0916CE Medium Blue

📋 copy color: '#0916CE'

red 9 ◦ green 22 ◦ blue 206

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

Shades of Medium Blue #0916CE

Tints of Medium Blue #0916CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 206 (80.86% from 255) = 86.92%

R = 3.8%
G = 9.28%
B = 86.92%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0916CE (or 0x0916CE) is known color: Medium Blue. HEX triplet: 09, 16 and CE. RGB value is (9,22,206). Sum of RGB (Red+Green+Blue) = 9+22+206=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #0916CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0916CE is #F6E931. Grayscale: #262626. Windows color (decimal): -16181554 or 13506057. OLE color: 13506057.

HSL color Cylindrical-coordinate representation of color #0916CE: hue angle of 236.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0916CE is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 22 206 -
CMYK 0.96 0.89 0 0.19
HSL 236.04º 0.92% 0.42% -
HSV(B) 236.04º 0.96% 0.81% -
XYZ 11.54 5.09 58.77 -
YUV 39.09 222.19 106.54 -
System Red Green Blue C M Y K H S L
Decimal 9 22 206 0.96 0.89 0 0.19 236.04 0.92 0.42
Hex 9 16 CE 60 59 0 13 EC 5C 2A
Octal 11 26 316 140 131 0 23 354 134 52
Binary 1001 10110 11001110 1100000 1011001 0 10011 11101100 1011100 101010

Color Harmonies of #0916CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0916CE

Black with #0916CE

Text Example


Text Example

White with #0916CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0916CE; }

 p { color: rgb(9,22,206); }

 H1.HeaderClassName
 {
   color: #0916CE;
 }
 .AnyTagClassName
 {
   color: #0916CE;
 }
</style>

background-color css

<style>
 a { background-color: #0916CE; }

 a { background-color: rgb(9,22,206); }

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

border-color css

<style>
 span { border-color: #0916CE; }

 span { border-color: rgb(9,22,206); }

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