Html Css Color HEX #1E485F Astronaut Blue

📋 copy color: '#1E485F'

red 30 ◦ green 72 ◦ blue 95

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

Shades of Astronaut Blue #1E485F

Tints of Astronaut Blue #1E485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 15.23%
G = 36.55%
B = 48.22%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E485F (or 0x1E485F) is known color: Astronaut Blue. HEX triplet: 1E, 48 and 5F. RGB value is (30,72,95). Sum of RGB (Red+Green+Blue) = 30+72+95=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E485F is #E1B7A0. Grayscale: #3D3D3D. Windows color (decimal): -14792609 or 6244382. OLE color: 6244382.

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

Color convert

RGB 30 72 95 -
CMYK 0.68 0.24 0 0.63
HSL 201.23º 0.52% 0.25% -
HSV(B) 201.23º 0.68% 0.37% -
XYZ 4.92 5.74 11.67 -
YUV 62.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 30 72 95 0.68 0.24 0 0.63 201.23 0.52 0.25
Hex 1E 48 5F 44 18 0 3F C9 34 19
Octal 36 110 137 104 30 0 77 311 64 31
Binary 11110 1001000 1011111 1000100 11000 0 111111 11001001 110100 11001

Color Harmonies of #1E485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E485F

Black with #1E485F

Text Example


Text Example

White with #1E485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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