Html Css Color HEX #1F495D Astronaut Blue

📋 copy color: '#1F495D'

red 31 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #1F495D

Tints of Astronaut Blue #1F495D

RGB

 RED value IS 31 (12.5% from 255) = 15.74%

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 15.74%
G = 37.06%
B = 47.21%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F495D (or 0x1F495D) is known color: Astronaut Blue. HEX triplet: 1F, 49 and 5D. RGB value is (31,73,93). Sum of RGB (Red+Green+Blue) = 31+73+93=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F495D is #E0B6A2. Grayscale: #3E3E3E. Windows color (decimal): -14726819 or 6113567. OLE color: 6113567.

HSL color Cylindrical-coordinate representation of color #1F495D: hue angle of 199.35º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F495D is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 73 93 -
CMYK 0.67 0.22 0 0.64
HSL 199.35º 0.5% 0.24% -
HSV(B) 199.35º 0.67% 0.36% -
XYZ 4.92 5.85 11.22 -
YUV 62.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 31 73 93 0.67 0.22 0 0.64 199.35 0.5 0.24
Hex 1F 49 5D 43 16 0 40 C7 32 18
Octal 37 111 135 103 26 0 100 307 62 30
Binary 11111 1001001 1011101 1000011 10110 0 1000000 11000111 110010 11000

Color Harmonies of #1F495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F495D

Black with #1F495D

Text Example


Text Example

White with #1F495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,73,93); }

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

background-color css

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

 a { background-color: rgb(31,73,93); }

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

border-color css

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

 span { border-color: rgb(31,73,93); }

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