Html Css Color HEX #1E38AD Persian Blue

📋 copy color: '#1E38AD'

red 30 ◦ green 56 ◦ blue 173

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

Shades of Persian Blue #1E38AD

Tints of Persian Blue #1E38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 11.58%
G = 21.62%
B = 66.8%

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

#1E38AD (or 0x1E38AD) is known color: Persian Blue. HEX triplet: 1E, 38 and AD. RGB value is (30,56,173). Sum of RGB (Red+Green+Blue) = 30+56+173=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E38AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E38AD is #E1C752. Grayscale: #3D3D3D. Windows color (decimal): -14796627 or 11352094. OLE color: 11352094.

HSL color Cylindrical-coordinate representation of color #1E38AD: hue angle of 229.09º 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 #1E38AD is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 56 173 -
CMYK 0.83 0.68 0 0.32
HSL 229.09º 0.7% 0.4% -
HSV(B) 229.09º 0.83% 0.68% -
XYZ 9.49 6.12 40.22 -
YUV 61.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 30 56 173 0.83 0.68 0 0.32 229.09 0.7 0.4
Hex 1E 38 AD 53 44 0 20 E5 46 28
Octal 36 70 255 123 104 0 40 345 106 50
Binary 11110 111000 10101101 1010011 1000100 0 100000 11100101 1000110 101000

Color Harmonies of #1E38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38AD

Black with #1E38AD

Text Example


Text Example

White with #1E38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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