Html Css Color HEX #1E2BAF Persian Blue

📋 copy color: '#1E2BAF'

red 30 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #1E2BAF

Tints of Persian Blue #1E2BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.56%

R = 12.1%
G = 17.34%
B = 70.56%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E2BAF (or 0x1E2BAF) is known color: Persian Blue. HEX triplet: 1E, 2B and AF. RGB value is (30,43,175). Sum of RGB (Red+Green+Blue) = 30+43+175=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2BAF is #E1D450. Grayscale: #353535. Windows color (decimal): -14799953 or 11479838. OLE color: 11479838.

HSL color Cylindrical-coordinate representation of color #1E2BAF: hue angle of 234.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E2BAF is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 43 175 -
CMYK 0.83 0.75 0 0.31
HSL 234.62º 0.71% 0.4% -
HSV(B) 234.62º 0.83% 0.69% -
XYZ 9.14 5.1 41.06 -
YUV 54.16 196.19 110.77 -
System Red Green Blue C M Y K H S L
Decimal 30 43 175 0.83 0.75 0 0.31 234.62 0.71 0.4
Hex 1E 2B AF 53 4B 0 1F EB 47 28
Octal 36 53 257 123 113 0 37 353 107 50
Binary 11110 101011 10101111 1010011 1001011 0 11111 11101011 1000111 101000

Color Harmonies of #1E2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BAF

Black with #1E2BAF

Text Example


Text Example

White with #1E2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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