Html Css Color HEX #1E2BDA Persian Blue

📋 copy color: '#1E2BDA'

red 30 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #1E2BDA

Tints of Persian Blue #1E2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 218 (85.55% from 255) = 74.91%

R = 10.31%
G = 14.78%
B = 74.91%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E2BDA (or 0x1E2BDA) is known color: Persian Blue. HEX triplet: 1E, 2B and DA. RGB value is (30,43,218). Sum of RGB (Red+Green+Blue) = 30+43+218=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BDA is #E1D425. Grayscale: #3A3A3A. Windows color (decimal): -14799910 or 14297886. OLE color: 14297886.

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

Color convert

RGB 30 43 218 -
CMYK 0.86 0.80 0 0.15
HSL 235.85º 0.76% 0.49% -
HSV(B) 235.85º 0.86% 0.85% -
XYZ 14.05 7.07 66.95 -
YUV 59.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 30 43 218 0.86 0.80 0 0.15 235.85 0.76 0.49
Hex 1E 2B DA 56 50 0 F EC 4C 31
Octal 36 53 332 126 120 0 17 354 114 61
Binary 11110 101011 11011010 1010110 1010000 0 1111 11101100 1001100 110001

Color Harmonies of #1E2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BDA

Black with #1E2BDA

Text Example


Text Example

White with #1E2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,43,218); }

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

background-color css

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

 a { background-color: rgb(30,43,218); }

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

border-color css

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

 span { border-color: rgb(30,43,218); }

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