Html Css Color HEX #1E37AD Persian Blue

📋 copy color: '#1E37AD'

red 30 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #1E37AD

Tints of Persian Blue #1E37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 11.63%
G = 21.32%
B = 67.05%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E37AD (or 0x1E37AD) is known color: Persian Blue. HEX triplet: 1E, 37 and AD. RGB value is (30,55,173). Sum of RGB (Red+Green+Blue) = 30+55+173=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E37AD is #E1C852. Grayscale: #3C3C3C. Windows color (decimal): -14796883 or 11351838. OLE color: 11351838.

HSL color Cylindrical-coordinate representation of color #1E37AD: hue angle of 229.51º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E37AD is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 55 173 -
CMYK 0.83 0.68 0 0.32
HSL 229.51º 0.7% 0.4% -
HSV(B) 229.51º 0.83% 0.68% -
XYZ 9.44 6.03 40.2 -
YUV 60.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 30 55 173 0.83 0.68 0 0.32 229.51 0.7 0.4
Hex 1E 37 AD 53 44 0 20 E6 46 28
Octal 36 67 255 123 104 0 40 346 106 50
Binary 11110 110111 10101101 1010011 1000100 0 100000 11100110 1000110 101000

Color Harmonies of #1E37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E37AD

Black with #1E37AD

Text Example


Text Example

White with #1E37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,173); }

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

background-color css

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

 a { background-color: rgb(30,55,173); }

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

border-color css

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

 span { border-color: rgb(30,55,173); }

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