Html Css Color HEX #1E485E Astronaut Blue

📋 copy color: '#1E485E'

red 30 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #1E485E

Tints of Astronaut Blue #1E485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 15.31%
G = 36.73%
B = 47.96%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E485E (or 0x1E485E) is known color: Astronaut Blue. HEX triplet: 1E, 48 and 5E. RGB value is (30,72,94). Sum of RGB (Red+Green+Blue) = 30+72+94=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E485E is #E1B7A1. Grayscale: #3D3D3D. Windows color (decimal): -14792610 or 6178846. OLE color: 6178846.

HSL color Cylindrical-coordinate representation of color #1E485E: hue angle of 200.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E485E is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 72 94 -
CMYK 0.68 0.23 0 0.63
HSL 200.63º 0.52% 0.24% -
HSV(B) 200.63º 0.68% 0.37% -
XYZ 4.87 5.72 11.44 -
YUV 61.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 30 72 94 0.68 0.23 0 0.63 200.63 0.52 0.24
Hex 1E 48 5E 44 17 0 3F C9 34 18
Octal 36 110 136 104 27 0 77 311 64 30
Binary 11110 1001000 1011110 1000100 10111 0 111111 11001001 110100 11000

Color Harmonies of #1E485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E485E

Black with #1E485E

Text Example


Text Example

White with #1E485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,94); }

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

background-color css

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

 a { background-color: rgb(30,72,94); }

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

border-color css

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

 span { border-color: rgb(30,72,94); }

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