Html Css Color HEX #0912DC Medium Blue

📋 copy color: '#0912DC'

red 9 ◦ green 18 ◦ blue 220

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

Shades of Medium Blue #0912DC

Tints of Medium Blue #0912DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 89.07%

R = 3.64%
G = 7.29%
B = 89.07%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0912DC (or 0x0912DC) is known color: Medium Blue. HEX triplet: 09, 12 and DC. RGB value is (9,18,220). Sum of RGB (Red+Green+Blue) = 9+18+220=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #0912DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912DC is #F6ED23. Grayscale: #252525. Windows color (decimal): -16182564 or 14422537. OLE color: 14422537.

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

Color convert

RGB 9 18 220 -
CMYK 0.96 0.92 0 0.14
HSL 237.44º 0.92% 0.45% -
HSV(B) 237.44º 0.96% 0.86% -
XYZ 13.25 5.66 68.1 -
YUV 38.34 230.52 107.07 -
System Red Green Blue C M Y K H S L
Decimal 9 18 220 0.96 0.92 0 0.14 237.44 0.92 0.45
Hex 9 12 DC 60 5C 0 E ED 5C 2D
Octal 11 22 334 140 134 0 16 355 134 55
Binary 1001 10010 11011100 1100000 1011100 0 1110 11101101 1011100 101101

Color Harmonies of #0912DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912DC

Black with #0912DC

Text Example


Text Example

White with #0912DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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