Html Css Color HEX #1E5BA4 Denim

📋 copy color: '#1E5BA4'

red 30 ◦ green 91 ◦ blue 164

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

Shades of Denim #1E5BA4

Tints of Denim #1E5BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 164 (64.45% from 255) = 57.54%

R = 10.53%
G = 31.93%
B = 57.54%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1E5BA4 (or 0x1E5BA4) is known color: Denim. HEX triplet: 1E, 5B and A4. RGB value is (30,91,164). Sum of RGB (Red+Green+Blue) = 30+91+164=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E5BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BA4 is #E1A45B. Grayscale: #505050. Windows color (decimal): -14787676 or 10771230. OLE color: 10771230.

HSL color Cylindrical-coordinate representation of color #1E5BA4: hue angle of 212.69º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E5BA4 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 91 164 -
CMYK 0.82 0.45 0 0.36
HSL 212.69º 0.69% 0.38% -
HSV(B) 212.69º 0.82% 0.64% -
XYZ 10.98 10.44 36.56 -
YUV 81.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 30 91 164 0.82 0.45 0 0.36 212.69 0.69 0.38
Hex 1E 5B A4 52 2D 0 24 D5 45 26
Octal 36 133 244 122 55 0 44 325 105 46
Binary 11110 1011011 10100100 1010010 101101 0 100100 11010101 1000101 100110

Color Harmonies of #1E5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5BA4

Black with #1E5BA4

Text Example


Text Example

White with #1E5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,91,164); }

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

background-color css

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

 a { background-color: rgb(30,91,164); }

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

border-color css

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

 span { border-color: rgb(30,91,164); }

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