Html Css Color HEX #1E4259 Astronaut Blue

📋 copy color: '#1E4259'

red 30 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #1E4259

Tints of Astronaut Blue #1E4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 89 (35.16% from 255) = 48.11%

R = 16.22%
G = 35.68%
B = 48.11%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E4259 (or 0x1E4259) is known color: Astronaut Blue. HEX triplet: 1E, 42 and 59. RGB value is (30,66,89). Sum of RGB (Red+Green+Blue) = 30+66+89=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4259 is #E1BDA6. Grayscale: #393939. Windows color (decimal): -14794151 or 5849630. OLE color: 5849630.

HSL color Cylindrical-coordinate representation of color #1E4259: hue angle of 203.39º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4259 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 66 89 -
CMYK 0.66 0.26 0 0.65
HSL 203.39º 0.5% 0.23% -
HSV(B) 203.39º 0.66% 0.35% -
XYZ 4.29 4.89 10.17 -
YUV 57.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 30 66 89 0.66 0.26 0 0.65 203.39 0.5 0.23
Hex 1E 42 59 42 1A 0 41 CB 32 17
Octal 36 102 131 102 32 0 101 313 62 27
Binary 11110 1000010 1011001 1000010 11010 0 1000001 11001011 110010 10111

Color Harmonies of #1E4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4259

Black with #1E4259

Text Example


Text Example

White with #1E4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,89); }

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

background-color css

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

 a { background-color: rgb(30,66,89); }

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

border-color css

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

 span { border-color: rgb(30,66,89); }

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