Html Css Color HEX #1E6DAE Denim

📋 copy color: '#1E6DAE'

red 30 ◦ green 109 ◦ blue 174

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

Shades of Denim #1E6DAE

Tints of Denim #1E6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 9.58%
G = 34.82%
B = 55.59%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E6DAE (or 0x1E6DAE) is known color: Denim. HEX triplet: 1E, 6D and AE. RGB value is (30,109,174). Sum of RGB (Red+Green+Blue) = 30+109+174=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6DAE is #E19251. Grayscale: #5C5C5C. Windows color (decimal): -14783058 or 11431198. OLE color: 11431198.

HSL color Cylindrical-coordinate representation of color #1E6DAE: hue angle of 207.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E6DAE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 109 174 -
CMYK 0.83 0.37 0 0.32
HSL 207.08º 0.71% 0.4% -
HSV(B) 207.08º 0.83% 0.68% -
XYZ 13.64 14.27 42.08 -
YUV 92.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 30 109 174 0.83 0.37 0 0.32 207.08 0.71 0.4
Hex 1E 6D AE 53 25 0 20 CF 47 28
Octal 36 155 256 123 45 0 40 317 107 50
Binary 11110 1101101 10101110 1010011 100101 0 100000 11001111 1000111 101000

Color Harmonies of #1E6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6DAE

Black with #1E6DAE

Text Example


Text Example

White with #1E6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,109,174); }

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

background-color css

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

 a { background-color: rgb(30,109,174); }

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

border-color css

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

 span { border-color: rgb(30,109,174); }

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