Html Css Color HEX #1206DB Medium Blue

📋 copy color: '#1206DB'

red 18 ◦ green 6 ◦ blue 219

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

Shades of Medium Blue #1206DB

Tints of Medium Blue #1206DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 7.41%
G = 2.47%
B = 90.12%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1206DB (or 0x1206DB) is known color: Medium Blue. HEX triplet: 12, 06 and DB. RGB value is (18,6,219). Sum of RGB (Red+Green+Blue) = 18+6+219=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #1206DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206DB is #EDF924. Grayscale: #212121. Windows color (decimal): -15595813 or 14353938. OLE color: 14353938.

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

Color convert

RGB 18 6 219 -
CMYK 0.92 0.97 0 0.14
HSL 243.38º 0.95% 0.44% -
HSV(B) 243.38º 0.97% 0.86% -
XYZ 13.1 5.37 67.36 -
YUV 33.87 232.48 116.68 -
System Red Green Blue C M Y K H S L
Decimal 18 6 219 0.92 0.97 0 0.14 243.38 0.95 0.44
Hex 12 6 DB 5C 61 0 E F3 5F 2C
Octal 22 6 333 134 141 0 16 363 137 54
Binary 10010 110 11011011 1011100 1100001 0 1110 11110011 1011111 101100

Color Harmonies of #1206DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206DB

Black with #1206DB

Text Example


Text Example

White with #1206DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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