Html Css Color HEX #1E5EBC Denim

📋 copy color: '#1E5EBC'

red 30 ◦ green 94 ◦ blue 188

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

Shades of Denim #1E5EBC

Tints of Denim #1E5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 9.62%
G = 30.13%
B = 60.26%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E5EBC (or 0x1E5EBC) is known color: Denim. HEX triplet: 1E, 5E and BC. RGB value is (30,94,188). Sum of RGB (Red+Green+Blue) = 30+94+188=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EBC is #E1A143. Grayscale: #555555. Windows color (decimal): -14786884 or 12344862. OLE color: 12344862.

HSL color Cylindrical-coordinate representation of color #1E5EBC: hue angle of 215.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E5EBC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 94 188 -
CMYK 0.84 0.50 0 0.26
HSL 215.7º 0.72% 0.43% -
HSV(B) 215.7º 0.84% 0.74% -
XYZ 13.62 11.91 49.16 -
YUV 85.58 185.8 88.36 -
System Red Green Blue C M Y K H S L
Decimal 30 94 188 0.84 0.50 0 0.26 215.7 0.72 0.43
Hex 1E 5E BC 54 32 0 1A D8 48 2B
Octal 36 136 274 124 62 0 32 330 110 53
Binary 11110 1011110 10111100 1010100 110010 0 11010 11011000 1001000 101011

Color Harmonies of #1E5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EBC

Black with #1E5EBC

Text Example


Text Example

White with #1E5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,94,188); }

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

background-color css

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

 a { background-color: rgb(30,94,188); }

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

border-color css

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

 span { border-color: rgb(30,94,188); }

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