Html Css Color HEX #1E38BA Persian Blue

📋 copy color: '#1E38BA'

red 30 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #1E38BA

Tints of Persian Blue #1E38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 11.03%
G = 20.59%
B = 68.38%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E38BA (or 0x1E38BA) is known color: Persian Blue. HEX triplet: 1E, 38 and BA. RGB value is (30,56,186). Sum of RGB (Red+Green+Blue) = 30+56+186=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E38BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38BA is #E1C745. Grayscale: #3E3E3E. Windows color (decimal): -14796614 or 12204062. OLE color: 12204062.

HSL color Cylindrical-coordinate representation of color #1E38BA: hue angle of 230º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E38BA is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 56 186 -
CMYK 0.84 0.70 0 0.27
HSL 230º 0.72% 0.42% -
HSV(B) 230º 0.84% 0.73% -
XYZ 10.81 6.65 47.17 -
YUV 63.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 30 56 186 0.84 0.70 0 0.27 230 0.72 0.42
Hex 1E 38 BA 54 46 0 1B E6 48 2A
Octal 36 70 272 124 106 0 33 346 110 52
Binary 11110 111000 10111010 1010100 1000110 0 11011 11100110 1001000 101010

Color Harmonies of #1E38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38BA

Black with #1E38BA

Text Example


Text Example

White with #1E38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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