Html Css Color HEX #1E7695 Allports

📋 copy color: '#1E7695'

red 30 ◦ green 118 ◦ blue 149

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

Shades of Allports #1E7695

Tints of Allports #1E7695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 10.1%
G = 39.73%
B = 50.17%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E7695 (or 0x1E7695) is known color: Allports. HEX triplet: 1E, 76 and 95. RGB value is (30,118,149). Sum of RGB (Red+Green+Blue) = 30+118+149=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E7695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7695 is #E1896A. Grayscale: #5F5F5F. Windows color (decimal): -14780779 or 9795102. OLE color: 9795102.

HSL color Cylindrical-coordinate representation of color #1E7695: hue angle of 195.63º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7695 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 118 149 -
CMYK 0.80 0.21 0 0.42
HSL 195.63º 0.66% 0.35% -
HSV(B) 195.63º 0.8% 0.58% -
XYZ 12.44 15.4 30.75 -
YUV 95.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 30 118 149 0.80 0.21 0 0.42 195.63 0.66 0.35
Hex 1E 76 95 50 15 0 2A C4 42 23
Octal 36 166 225 120 25 0 52 304 102 43
Binary 11110 1110110 10010101 1010000 10101 0 101010 11000100 1000010 100011

Color Harmonies of #1E7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7695

Black with #1E7695

Text Example


Text Example

White with #1E7695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,118,149); }

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

background-color css

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

 a { background-color: rgb(30,118,149); }

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

border-color css

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

 span { border-color: rgb(30,118,149); }

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