Html Css Color HEX #1E72BE Denim

📋 copy color: '#1E72BE'

red 30 ◦ green 114 ◦ blue 190

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

Shades of Denim #1E72BE

Tints of Denim #1E72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 8.98%
G = 34.13%
B = 56.89%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E72BE (or 0x1E72BE) is known color: Denim. HEX triplet: 1E, 72 and BE. RGB value is (30,114,190). Sum of RGB (Red+Green+Blue) = 30+114+190=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72BE is #E18D41. Grayscale: #616161. Windows color (decimal): -14781762 or 12481054. OLE color: 12481054.

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

Color convert

RGB 30 114 190 -
CMYK 0.84 0.40 0 0.25
HSL 208.5º 0.73% 0.43% -
HSV(B) 208.5º 0.84% 0.75% -
XYZ 15.85 16.03 50.97 -
YUV 97.55 180.17 79.82 -
System Red Green Blue C M Y K H S L
Decimal 30 114 190 0.84 0.40 0 0.25 208.5 0.73 0.43
Hex 1E 72 BE 54 28 0 19 D0 49 2B
Octal 36 162 276 124 50 0 31 320 111 53
Binary 11110 1110010 10111110 1010100 101000 0 11001 11010000 1001001 101011

Color Harmonies of #1E72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E72BE

Black with #1E72BE

Text Example


Text Example

White with #1E72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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