Html Css Color HEX #1201DA Medium Blue

📋 copy color: '#1201DA'

red 18 ◦ green 1 ◦ blue 218

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

Shades of Medium Blue #1201DA

Tints of Medium Blue #1201DA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 218 (85.55% from 255) = 91.98%

R = 7.59%
G = 0.42%
B = 91.98%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1201DA (or 0x1201DA) is known color: Medium Blue. HEX triplet: 12, 01 and DA. RGB value is (18,1,218). Sum of RGB (Red+Green+Blue) = 18+1+218=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #1201DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201DA is #EDFE25. Grayscale: #1D1D1D. Windows color (decimal): -15597094 or 14287122. OLE color: 14287122.

HSL color Cylindrical-coordinate representation of color #1201DA: hue angle of 244.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201DA is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 1 218 -
CMYK 0.92 1.00 0 0.15
HSL 244.7º 0.99% 0.43% -
HSV(B) 244.7º 1% 0.85% -
XYZ 12.92 5.21 66.66 -
YUV 30.82 233.63 118.86 -
System Red Green Blue C M Y K H S L
Decimal 18 1 218 0.92 1.00 0 0.15 244.7 0.99 0.43
Hex 12 1 DA 5C 64 0 F F5 63 2B
Octal 22 1 332 134 144 0 17 365 143 53
Binary 10010 1 11011010 1011100 1100100 0 1111 11110101 1100011 101011

Color Harmonies of #1201DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201DA

Black with #1201DA

Text Example


Text Example

White with #1201DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1201DA; }

 p { color: rgb(18,1,218); }

 H1.HeaderClassName
 {
   color: #1201DA;
 }
 .AnyTagClassName
 {
   color: #1201DA;
 }
</style>

background-color css

<style>
 a { background-color: #1201DA; }

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

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

border-color css

<style>
 span { border-color: #1201DA; }

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

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