Html Css Color HEX #1240D1 Persian Blue

📋 copy color: '#1240D1'

red 18 ◦ green 64 ◦ blue 209

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

Shades of Persian Blue #1240D1

Tints of Persian Blue #1240D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 209 (82.03% from 255) = 71.82%

R = 6.19%
G = 21.99%
B = 71.82%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1240D1 (or 0x1240D1) is known color: Persian Blue. HEX triplet: 12, 40 and D1. RGB value is (18,64,209). Sum of RGB (Red+Green+Blue) = 18+64+209=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #1240D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240D1 is #EDBF2E. Grayscale: #424242. Windows color (decimal): -15580975 or 13713426. OLE color: 13713426.

HSL color Cylindrical-coordinate representation of color #1240D1: hue angle of 225.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1240D1 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 64 209 -
CMYK 0.91 0.69 0 0.18
HSL 225.55º 0.84% 0.45% -
HSV(B) 225.55º 0.91% 0.82% -
XYZ 13.59 8.4 61.23 -
YUV 66.78 208.26 93.21 -
System Red Green Blue C M Y K H S L
Decimal 18 64 209 0.91 0.69 0 0.18 225.55 0.84 0.45
Hex 12 40 D1 5B 45 0 12 E2 54 2D
Octal 22 100 321 133 105 0 22 342 124 55
Binary 10010 1000000 11010001 1011011 1000101 0 10010 11100010 1010100 101101

Color Harmonies of #1240D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240D1

Black with #1240D1

Text Example


Text Example

White with #1240D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1240D1; }

 p { color: rgb(18,64,209); }

 H1.HeaderClassName
 {
   color: #1240D1;
 }
 .AnyTagClassName
 {
   color: #1240D1;
 }
</style>

background-color css

<style>
 a { background-color: #1240D1; }

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

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

border-color css

<style>
 span { border-color: #1240D1; }

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

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