Html Css Color HEX #1E38BE Persian Blue

📋 copy color: '#1E38BE'

red 30 ◦ green 56 ◦ blue 190

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

Shades of Persian Blue #1E38BE

Tints of Persian Blue #1E38BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 10.87%
G = 20.29%
B = 68.84%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E38BE (or 0x1E38BE) is known color: Persian Blue. HEX triplet: 1E, 38 and BE. RGB value is (30,56,190). Sum of RGB (Red+Green+Blue) = 30+56+190=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E38BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38BE is #E1C741. Grayscale: #3E3E3E. Windows color (decimal): -14796610 or 12466206. OLE color: 12466206.

HSL color Cylindrical-coordinate representation of color #1E38BE: hue angle of 230.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E38BE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 56 190 -
CMYK 0.84 0.71 0 0.25
HSL 230.25º 0.73% 0.43% -
HSV(B) 230.25º 0.84% 0.75% -
XYZ 11.24 6.82 49.44 -
YUV 63.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 30 56 190 0.84 0.71 0 0.25 230.25 0.73 0.43
Hex 1E 38 BE 54 47 0 19 E6 49 2B
Octal 36 70 276 124 107 0 31 346 111 53
Binary 11110 111000 10111110 1010100 1000111 0 11001 11100110 1001001 101011

Color Harmonies of #1E38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38BE

Black with #1E38BE

Text Example


Text Example

White with #1E38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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