Html Css Color HEX #1E2CCE Persian Blue

📋 copy color: '#1E2CCE'

red 30 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #1E2CCE

Tints of Persian Blue #1E2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 10.71%
G = 15.71%
B = 73.57%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E2CCE (or 0x1E2CCE) is known color: Persian Blue. HEX triplet: 1E, 2C and CE. RGB value is (30,44,206). Sum of RGB (Red+Green+Blue) = 30+44+206=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E2CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CCE is #E1D331. Grayscale: #393939. Windows color (decimal): -14799666 or 13511710. OLE color: 13511710.

HSL color Cylindrical-coordinate representation of color #1E2CCE: hue angle of 235.23º 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 #1E2CCE is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 44 206 -
CMYK 0.85 0.79 0 0.19
HSL 235.23º 0.75% 0.46% -
HSV(B) 235.23º 0.85% 0.81% -
XYZ 12.58 6.53 58.99 -
YUV 58.28 211.36 107.83 -
System Red Green Blue C M Y K H S L
Decimal 30 44 206 0.85 0.79 0 0.19 235.23 0.75 0.46
Hex 1E 2C CE 55 4F 0 13 EB 4B 2E
Octal 36 54 316 125 117 0 23 353 113 56
Binary 11110 101100 11001110 1010101 1001111 0 10011 11101011 1001011 101110

Color Harmonies of #1E2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2CCE

Black with #1E2CCE

Text Example


Text Example

White with #1E2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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