Html Css Color HEX #1E40B3 Persian Blue

📋 copy color: '#1E40B3'

red 30 ◦ green 64 ◦ blue 179

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

Shades of Persian Blue #1E40B3

Tints of Persian Blue #1E40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 179 (70.31% from 255) = 65.57%

R = 10.99%
G = 23.44%
B = 65.57%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1E40B3 (or 0x1E40B3) is known color: Persian Blue. HEX triplet: 1E, 40 and B3. RGB value is (30,64,179). Sum of RGB (Red+Green+Blue) = 30+64+179=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #1E40B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40B3 is #E1BF4C. Grayscale: #424242. Windows color (decimal): -14794573 or 11747358. OLE color: 11747358.

HSL color Cylindrical-coordinate representation of color #1E40B3: hue angle of 226.31º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E40B3 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 64 179 -
CMYK 0.83 0.64 0 0.30
HSL 226.31º 0.71% 0.41% -
HSV(B) 226.31º 0.83% 0.7% -
XYZ 10.51 7.2 43.48 -
YUV 66.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 30 64 179 0.83 0.64 0 0.30 226.31 0.71 0.41
Hex 1E 40 B3 53 40 0 1E E2 47 29
Octal 36 100 263 123 100 0 36 342 107 51
Binary 11110 1000000 10110011 1010011 1000000 0 11110 11100010 1000111 101001

Color Harmonies of #1E40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E40B3

Black with #1E40B3

Text Example


Text Example

White with #1E40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,179); }

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

background-color css

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

 a { background-color: rgb(30,64,179); }

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

border-color css

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

 span { border-color: rgb(30,64,179); }

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