Html Css Color HEX #1E23BA Persian Blue

📋 copy color: '#1E23BA'

red 30 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #1E23BA

Tints of Persian Blue #1E23BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 11.95%
G = 13.94%
B = 74.1%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E23BA (or 0x1E23BA) is known color: Persian Blue. HEX triplet: 1E, 23 and BA. RGB value is (30,35,186). Sum of RGB (Red+Green+Blue) = 30+35+186=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E23BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E23BA is #E1DC45. Grayscale: #323232. Windows color (decimal): -14801990 or 12198686. OLE color: 12198686.

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

Color convert

RGB 30 35 186 -
CMYK 0.84 0.81 0 0.27
HSL 238.08º 0.72% 0.42% -
HSV(B) 238.08º 0.84% 0.73% -
XYZ 10 5.02 46.9 -
YUV 50.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 30 35 186 0.84 0.81 0 0.27 238.08 0.72 0.42
Hex 1E 23 BA 54 51 0 1B EE 48 2A
Octal 36 43 272 124 121 0 33 356 110 52
Binary 11110 100011 10111010 1010100 1010001 0 11011 11101110 1001000 101010

Color Harmonies of #1E23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E23BA

Black with #1E23BA

Text Example


Text Example

White with #1E23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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