Html Css Color HEX #1E2EEB Persian Blue

📋 copy color: '#1E2EEB'

red 30 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #1E2EEB

Tints of Persian Blue #1E2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 235 (92.19% from 255) = 75.56%

R = 9.65%
G = 14.79%
B = 75.56%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E2EEB (or 0x1E2EEB) is known color: Persian Blue. HEX triplet: 1E, 2E and EB. RGB value is (30,46,235). Sum of RGB (Red+Green+Blue) = 30+46+235=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E2EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2EEB is #E1D114. Grayscale: #3D3D3D. Windows color (decimal): -14799125 or 15412766. OLE color: 15412766.

HSL color Cylindrical-coordinate representation of color #1E2EEB: hue angle of 235.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2EEB is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 46 235 -
CMYK 0.87 0.80 0 0.08
HSL 235.32º 0.84% 0.52% -
HSV(B) 235.32º 0.87% 0.92% -
XYZ 16.51 8.23 79.32 -
YUV 62.76 225.2 104.63 -
System Red Green Blue C M Y K H S L
Decimal 30 46 235 0.87 0.80 0 0.08 235.32 0.84 0.52
Hex 1E 2E EB 57 50 0 8 EB 54 34
Octal 36 56 353 127 120 0 10 353 124 64
Binary 11110 101110 11101011 1010111 1010000 0 1000 11101011 1010100 110100

Color Harmonies of #1E2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2EEB

Black with #1E2EEB

Text Example


Text Example

White with #1E2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,46,235); }

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

background-color css

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

 a { background-color: rgb(30,46,235); }

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

border-color css

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

 span { border-color: rgb(30,46,235); }

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