Html Css Color HEX #1212DB Medium Blue

📋 copy color: '#1212DB'

red 18 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #1212DB

Tints of Medium Blue #1212DB

RGB

 RED value IS 18 (7.42% from 255) = 7.06%

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

 BLUE value IS 219 (85.94% from 255) = 85.88%

R = 7.06%
G = 7.06%
B = 85.88%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1212DB (or 0x1212DB) is known color: Medium Blue. HEX triplet: 12, 12 and DB. RGB value is (18,18,219). Sum of RGB (Red+Green+Blue) = 18+18+219=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #1212DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212DB is #EDED24. Grayscale: #282828. Windows color (decimal): -15592741 or 14357010. OLE color: 14357010.

HSL color Cylindrical-coordinate representation of color #1212DB: hue angle of 240º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1212DB is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 18 219 -
CMYK 0.92 0.92 0 0.14
HSL 240º 0.85% 0.46% -
HSV(B) 240º 0.92% 0.86% -
XYZ 13.25 5.68 67.41 -
YUV 40.91 228.5 111.66 -
System Red Green Blue C M Y K H S L
Decimal 18 18 219 0.92 0.92 0 0.14 240 0.85 0.46
Hex 12 12 DB 5C 5C 0 E F0 55 2E
Octal 22 22 333 134 134 0 16 360 125 56
Binary 10010 10010 11011011 1011100 1011100 0 1110 11110000 1010101 101110

Color Harmonies of #1212DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1212DB

Black with #1212DB

Text Example


Text Example

White with #1212DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1212DB; }

 p { color: rgb(18,18,219); }

 H1.HeaderClassName
 {
   color: #1212DB;
 }
 .AnyTagClassName
 {
   color: #1212DB;
 }
</style>

background-color css

<style>
 a { background-color: #1212DB; }

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

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

border-color css

<style>
 span { border-color: #1212DB; }

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

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