Html Css Color HEX #1E4457 Astronaut Blue

📋 copy color: '#1E4457'

red 30 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #1E4457

Tints of Astronaut Blue #1E4457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 16.22%
G = 36.76%
B = 47.03%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E4457 (or 0x1E4457) is known color: Astronaut Blue. HEX triplet: 1E, 44 and 57. RGB value is (30,68,87). Sum of RGB (Red+Green+Blue) = 30+68+87=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E4457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4457 is #E1BBA8. Grayscale: #3A3A3A. Windows color (decimal): -14793641 or 5719070. OLE color: 5719070.

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

Color convert

RGB 30 68 87 -
CMYK 0.66 0.22 0 0.66
HSL 200º 0.49% 0.23% -
HSV(B) 200º 0.66% 0.34% -
XYZ 4.32 5.1 9.77 -
YUV 58.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 30 68 87 0.66 0.22 0 0.66 200 0.49 0.23
Hex 1E 44 57 42 16 0 42 C8 31 17
Octal 36 104 127 102 26 0 102 310 61 27
Binary 11110 1000100 1010111 1000010 10110 0 1000010 11001000 110001 10111

Color Harmonies of #1E4457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4457

Black with #1E4457

Text Example


Text Example

White with #1E4457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,68,87); }

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

background-color css

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

 a { background-color: rgb(30,68,87); }

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

border-color css

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

 span { border-color: rgb(30,68,87); }

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