Html Css Color HEX #1E46CE Persian Blue

📋 copy color: '#1E46CE'

red 30 ◦ green 70 ◦ blue 206

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

Shades of Persian Blue #1E46CE

Tints of Persian Blue #1E46CE

RGB

 RED value IS 30 (12.11% from 255) = 9.8%

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 9.8%
G = 22.88%
B = 67.32%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E46CE (or 0x1E46CE) is known color: Persian Blue. HEX triplet: 1E, 46 and CE. RGB value is (30,70,206). Sum of RGB (Red+Green+Blue) = 30+70+206=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E46CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E46CE is #E1B931. Grayscale: #484848. Windows color (decimal): -14793010 or 13518366. OLE color: 13518366.

HSL color Cylindrical-coordinate representation of color #1E46CE: hue angle of 226.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E46CE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 70 206 -
CMYK 0.85 0.66 0 0.19
HSL 226.36º 0.75% 0.46% -
HSV(B) 226.36º 0.85% 0.81% -
XYZ 13.87 9.11 59.42 -
YUV 73.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 30 70 206 0.85 0.66 0 0.19 226.36 0.75 0.46
Hex 1E 46 CE 55 42 0 13 E2 4B 2E
Octal 36 106 316 125 102 0 23 342 113 56
Binary 11110 1000110 11001110 1010101 1000010 0 10011 11100010 1001011 101110

Color Harmonies of #1E46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E46CE

Black with #1E46CE

Text Example


Text Example

White with #1E46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E46CE; }

 p { color: rgb(30,70,206); }

 H1.HeaderClassName
 {
   color: #1E46CE;
 }
 .AnyTagClassName
 {
   color: #1E46CE;
 }
</style>

background-color css

<style>
 a { background-color: #1E46CE; }

 a { background-color: rgb(30,70,206); }

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

border-color css

<style>
 span { border-color: #1E46CE; }

 span { border-color: rgb(30,70,206); }

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