Html Css Color HEX #1E1CCE Persian Blue

📋 copy color: '#1E1CCE'

red 30 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #1E1CCE

Tints of Persian Blue #1E1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.61%

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

R = 11.36%
G = 10.61%
B = 78.03%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E1CCE (or 0x1E1CCE) is known color: Persian Blue. HEX triplet: 1E, 1C and CE. RGB value is (30,28,206). Sum of RGB (Red+Green+Blue) = 30+28+206=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1CCE is #E1E331. Grayscale: #303030. Windows color (decimal): -14803762 or 13507614. OLE color: 13507614.

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

Color convert

RGB 30 28 206 -
CMYK 0.85 0.86 0 0.19
HSL 240.67º 0.76% 0.46% -
HSV(B) 240.67º 0.86% 0.81% -
XYZ 12.09 5.56 58.83 -
YUV 48.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 30 28 206 0.85 0.86 0 0.19 240.67 0.76 0.46
Hex 1E 1C CE 55 56 0 13 F1 4C 2E
Octal 36 34 316 125 126 0 23 361 114 56
Binary 11110 11100 11001110 1010101 1010110 0 10011 11110001 1001100 101110

Color Harmonies of #1E1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1CCE

Black with #1E1CCE

Text Example


Text Example

White with #1E1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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