Html Css Color HEX #1E5EBF Denim

📋 copy color: '#1E5EBF'

red 30 ◦ green 94 ◦ blue 191

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

Shades of Denim #1E5EBF

Tints of Denim #1E5EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.63%

R = 9.52%
G = 29.84%
B = 60.63%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E5EBF (or 0x1E5EBF) is known color: Denim. HEX triplet: 1E, 5E and BF. RGB value is (30,94,191). Sum of RGB (Red+Green+Blue) = 30+94+191=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EBF is #E1A140. Grayscale: #555555. Windows color (decimal): -14786881 or 12541470. OLE color: 12541470.

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

Color convert

RGB 30 94 191 -
CMYK 0.84 0.51 0 0.25
HSL 216.15º 0.73% 0.43% -
HSV(B) 216.15º 0.84% 0.75% -
XYZ 13.94 12.04 50.88 -
YUV 85.92 187.3 88.11 -
System Red Green Blue C M Y K H S L
Decimal 30 94 191 0.84 0.51 0 0.25 216.15 0.73 0.43
Hex 1E 5E BF 54 33 0 19 D8 49 2B
Octal 36 136 277 124 63 0 31 330 111 53
Binary 11110 1011110 10111111 1010100 110011 0 11001 11011000 1001001 101011

Color Harmonies of #1E5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EBF

Black with #1E5EBF

Text Example


Text Example

White with #1E5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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