Html Css Color HEX #1E71BE Denim

📋 copy color: '#1E71BE'

red 30 ◦ green 113 ◦ blue 190

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

Shades of Denim #1E71BE

Tints of Denim #1E71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

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

R = 9.01%
G = 33.93%
B = 57.06%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E71BE (or 0x1E71BE) is known color: Denim. HEX triplet: 1E, 71 and BE. RGB value is (30,113,190). Sum of RGB (Red+Green+Blue) = 30+113+190=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E71BE is #E18E41. Grayscale: #606060. Windows color (decimal): -14782018 or 12480798. OLE color: 12480798.

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

Color convert

RGB 30 113 190 -
CMYK 0.84 0.41 0 0.25
HSL 208.88º 0.73% 0.43% -
HSV(B) 208.88º 0.84% 0.75% -
XYZ 15.73 15.8 50.94 -
YUV 96.96 180.5 80.24 -
System Red Green Blue C M Y K H S L
Decimal 30 113 190 0.84 0.41 0 0.25 208.88 0.73 0.43
Hex 1E 71 BE 54 29 0 19 D1 49 2B
Octal 36 161 276 124 51 0 31 321 111 53
Binary 11110 1110001 10111110 1010100 101001 0 11001 11010001 1001001 101011

Color Harmonies of #1E71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E71BE

Black with #1E71BE

Text Example


Text Example

White with #1E71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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