Html Css Color HEX #1E475F Astronaut Blue

📋 copy color: '#1E475F'

red 30 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #1E475F

Tints of Astronaut Blue #1E475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 15.31%
G = 36.22%
B = 48.47%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E475F (or 0x1E475F) is known color: Astronaut Blue. HEX triplet: 1E, 47 and 5F. RGB value is (30,71,95). Sum of RGB (Red+Green+Blue) = 30+71+95=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E475F is #E1B8A0. Grayscale: #3D3D3D. Windows color (decimal): -14792865 or 6244126. OLE color: 6244126.

HSL color Cylindrical-coordinate representation of color #1E475F: hue angle of 202.15º 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 #1E475F is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 71 95 -
CMYK 0.68 0.25 0 0.63
HSL 202.15º 0.52% 0.25% -
HSV(B) 202.15º 0.68% 0.37% -
XYZ 4.85 5.61 11.65 -
YUV 61.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 30 71 95 0.68 0.25 0 0.63 202.15 0.52 0.25
Hex 1E 47 5F 44 19 0 3F CA 34 19
Octal 36 107 137 104 31 0 77 312 64 31
Binary 11110 1000111 1011111 1000100 11001 0 111111 11001010 110100 11001

Color Harmonies of #1E475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E475F

Black with #1E475F

Text Example


Text Example

White with #1E475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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