Html Css Color HEX #1E1ACC Persian Blue

📋 copy color: '#1E1ACC'

red 30 ◦ green 26 ◦ blue 204

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

Shades of Persian Blue #1E1ACC

Tints of Persian Blue #1E1ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 204 (80.08% from 255) = 78.46%

R = 11.54%
G = 10%
B = 78.46%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E1ACC (or 0x1E1ACC) is known color: Persian Blue. HEX triplet: 1E, 1A and CC. RGB value is (30,26,204). Sum of RGB (Red+Green+Blue) = 30+26+204=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E1ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1ACC is #E1E533. Grayscale: #2E2E2E. Windows color (decimal): -14804276 or 13376030. OLE color: 13376030.

HSL color Cylindrical-coordinate representation of color #1E1ACC: hue angle of 241.35º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1ACC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 26 204 -
CMYK 0.85 0.87 0 0.2
HSL 241.35º 0.77% 0.45% -
HSV(B) 241.35º 0.87% 0.8% -
XYZ 11.8 5.37 57.54 -
YUV 47.49 216.33 115.53 -
System Red Green Blue C M Y K H S L
Decimal 30 26 204 0.85 0.87 0 0.2 241.35 0.77 0.45
Hex 1E 1A CC 55 57 0 14 F1 4D 2D
Octal 36 32 314 125 127 0 24 361 115 55
Binary 11110 11010 11001100 1010101 1010111 0 10100 11110001 1001101 101101

Color Harmonies of #1E1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1ACC

Black with #1E1ACC

Text Example


Text Example

White with #1E1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,26,204); }

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

background-color css

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

 a { background-color: rgb(30,26,204); }

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

border-color css

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

 span { border-color: rgb(30,26,204); }

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