Html Css Color HEX #0918CE Medium Blue

📋 copy color: '#0918CE'

red 9 ◦ green 24 ◦ blue 206

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

Shades of Medium Blue #0918CE

Tints of Medium Blue #0918CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 3.77%
G = 10.04%
B = 86.19%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0918CE (or 0x0918CE) is known color: Medium Blue. HEX triplet: 09, 18 and CE. RGB value is (9,24,206). Sum of RGB (Red+Green+Blue) = 9+24+206=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #0918CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918CE is #F6E731. Grayscale: #272727. Windows color (decimal): -16181042 or 13506569. OLE color: 13506569.

HSL color Cylindrical-coordinate representation of color #0918CE: hue angle of 235.43º 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 #0918CE is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 24 206 -
CMYK 0.96 0.88 0 0.19
HSL 235.43º 0.92% 0.42% -
HSV(B) 235.43º 0.96% 0.81% -
XYZ 11.58 5.17 58.78 -
YUV 40.26 221.53 105.7 -
System Red Green Blue C M Y K H S L
Decimal 9 24 206 0.96 0.88 0 0.19 235.43 0.92 0.42
Hex 9 18 CE 60 58 0 13 EB 5C 2A
Octal 11 30 316 140 130 0 23 353 134 52
Binary 1001 11000 11001110 1100000 1011000 0 10011 11101011 1011100 101010

Color Harmonies of #0918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918CE

Black with #0918CE

Text Example


Text Example

White with #0918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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