Html Css Color HEX #1E6689 Allports

📋 copy color: '#1E6689'

red 30 ◦ green 102 ◦ blue 137

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

Shades of Allports #1E6689

Tints of Allports #1E6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 11.15%
G = 37.92%
B = 50.93%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E6689 (or 0x1E6689) is known color: Allports. HEX triplet: 1E, 66 and 89. RGB value is (30,102,137). Sum of RGB (Red+Green+Blue) = 30+102+137=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E6689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6689 is #E19976. Grayscale: #545454. Windows color (decimal): -14784887 or 9004574. OLE color: 9004574.

HSL color Cylindrical-coordinate representation of color #1E6689: hue angle of 199.63º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6689 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 102 137 -
CMYK 0.78 0.26 0 0.46
HSL 199.63º 0.64% 0.33% -
HSV(B) 199.63º 0.78% 0.54% -
XYZ 9.8 11.58 25.39 -
YUV 84.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 30 102 137 0.78 0.26 0 0.46 199.63 0.64 0.33
Hex 1E 66 89 4E 1A 0 2E C8 40 21
Octal 36 146 211 116 32 0 56 310 100 41
Binary 11110 1100110 10001001 1001110 11010 0 101110 11001000 1000000 100001

Color Harmonies of #1E6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6689

Black with #1E6689

Text Example


Text Example

White with #1E6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,102,137); }

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

background-color css

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

 a { background-color: rgb(30,102,137); }

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

border-color css

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

 span { border-color: rgb(30,102,137); }

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