Html Css Color HEX #1E4256 Astronaut Blue

📋 copy color: '#1E4256'

red 30 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #1E4256

Tints of Astronaut Blue #1E4256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.25%

R = 16.48%
G = 36.26%
B = 47.25%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E4256 (or 0x1E4256) is known color: Astronaut Blue. HEX triplet: 1E, 42 and 56. RGB value is (30,66,86). Sum of RGB (Red+Green+Blue) = 30+66+86=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #1E4256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4256 is #E1BDA9. Grayscale: #393939. Windows color (decimal): -14794154 or 5653022. OLE color: 5653022.

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

Color convert

RGB 30 66 86 -
CMYK 0.65 0.23 0 0.66
HSL 201.43º 0.48% 0.23% -
HSV(B) 201.43º 0.65% 0.34% -
XYZ 4.16 4.84 9.52 -
YUV 57.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 30 66 86 0.65 0.23 0 0.66 201.43 0.48 0.23
Hex 1E 42 56 41 17 0 42 C9 30 17
Octal 36 102 126 101 27 0 102 311 60 27
Binary 11110 1000010 1010110 1000001 10111 0 1000010 11001001 110000 10111

Color Harmonies of #1E4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4256

Black with #1E4256

Text Example


Text Example

White with #1E4256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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