Html Css Color HEX #1E3CBA Persian Blue

📋 copy color: '#1E3CBA'

red 30 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #1E3CBA

Tints of Persian Blue #1E3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

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

R = 10.87%
G = 21.74%
B = 67.39%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E3CBA (or 0x1E3CBA) is known color: Persian Blue. HEX triplet: 1E, 3C and BA. RGB value is (30,60,186). Sum of RGB (Red+Green+Blue) = 30+60+186=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CBA is #E1C345. Grayscale: #404040. Windows color (decimal): -14795590 or 12205086. OLE color: 12205086.

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

Color convert

RGB 30 60 186 -
CMYK 0.84 0.68 0 0.27
HSL 228.46º 0.72% 0.42% -
HSV(B) 228.46º 0.84% 0.73% -
XYZ 11.01 7.05 47.24 -
YUV 65.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 30 60 186 0.84 0.68 0 0.27 228.46 0.72 0.42
Hex 1E 3C BA 54 44 0 1B E4 48 2A
Octal 36 74 272 124 104 0 33 344 110 52
Binary 11110 111100 10111010 1010100 1000100 0 11011 11100100 1001000 101010

Color Harmonies of #1E3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3CBA

Black with #1E3CBA

Text Example


Text Example

White with #1E3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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