Html Css Color HEX #1209DB Medium Blue

📋 copy color: '#1209DB'

red 18 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #1209DB

Tints of Medium Blue #1209DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 7.32%
G = 3.66%
B = 89.02%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1209DB (or 0x1209DB) is known color: Medium Blue. HEX triplet: 12, 09 and DB. RGB value is (18,9,219). Sum of RGB (Red+Green+Blue) = 18+9+219=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #1209DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209DB is #EDF624. Grayscale: #222222. Windows color (decimal): -15595045 or 14354706. OLE color: 14354706.

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

Color convert

RGB 18 9 219 -
CMYK 0.92 0.96 0 0.14
HSL 242.57º 0.92% 0.45% -
HSV(B) 242.57º 0.96% 0.86% -
XYZ 13.13 5.44 67.38 -
YUV 35.63 231.48 115.42 -
System Red Green Blue C M Y K H S L
Decimal 18 9 219 0.92 0.96 0 0.14 242.57 0.92 0.45
Hex 12 9 DB 5C 60 0 E F3 5C 2D
Octal 22 11 333 134 140 0 16 363 134 55
Binary 10010 1001 11011011 1011100 1100000 0 1110 11110011 1011100 101101

Color Harmonies of #1209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209DB

Black with #1209DB

Text Example


Text Example

White with #1209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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