Html Css Color HEX #1E37B6 Persian Blue

📋 copy color: '#1E37B6'

red 30 ◦ green 55 ◦ blue 182

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

Shades of Persian Blue #1E37B6

Tints of Persian Blue #1E37B6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 11.24%
G = 20.6%
B = 68.16%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1E37B6 (or 0x1E37B6) is known color: Persian Blue. HEX triplet: 1E, 37 and B6. RGB value is (30,55,182). Sum of RGB (Red+Green+Blue) = 30+55+182=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #1E37B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E37B6 is #E1C849. Grayscale: #3D3D3D. Windows color (decimal): -14796874 or 11941662. OLE color: 11941662.

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

Color convert

RGB 30 55 182 -
CMYK 0.84 0.70 0 0.29
HSL 230.13º 0.72% 0.42% -
HSV(B) 230.13º 0.84% 0.71% -
XYZ 10.35 6.39 44.94 -
YUV 62 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 30 55 182 0.84 0.70 0 0.29 230.13 0.72 0.42
Hex 1E 37 B6 54 46 0 1D E6 48 2A
Octal 36 67 266 124 106 0 35 346 110 52
Binary 11110 110111 10110110 1010100 1000110 0 11101 11100110 1001000 101010

Color Harmonies of #1E37B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E37B6

Black with #1E37B6

Text Example


Text Example

White with #1E37B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,182); }

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

background-color css

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

 a { background-color: rgb(30,55,182); }

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

border-color css

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

 span { border-color: rgb(30,55,182); }

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