Html Css Color HEX #0912CE Medium Blue

📋 copy color: '#0912CE'

red 9 ◦ green 18 ◦ blue 206

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

Shades of Medium Blue #0912CE

Tints of Medium Blue #0912CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 3.86%
G = 7.73%
B = 88.41%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0912CE (or 0x0912CE) is known color: Medium Blue. HEX triplet: 09, 12 and CE. RGB value is (9,18,206). Sum of RGB (Red+Green+Blue) = 9+18+206=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #0912CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912CE is #F6ED31. Grayscale: #232323. Windows color (decimal): -16182578 or 13505033. OLE color: 13505033.

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

Color convert

RGB 9 18 206 -
CMYK 0.96 0.91 0 0.19
HSL 237.26º 0.92% 0.42% -
HSV(B) 237.26º 0.96% 0.81% -
XYZ 11.47 4.95 58.74 -
YUV 36.74 223.52 108.21 -
System Red Green Blue C M Y K H S L
Decimal 9 18 206 0.96 0.91 0 0.19 237.26 0.92 0.42
Hex 9 12 CE 60 5B 0 13 ED 5C 2A
Octal 11 22 316 140 133 0 23 355 134 52
Binary 1001 10010 11001110 1100000 1011011 0 10011 11101101 1011100 101010

Color Harmonies of #0912CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912CE

Black with #0912CE

Text Example


Text Example

White with #0912CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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