Html Css Color HEX #1F475D Astronaut Blue

📋 copy color: '#1F475D'

red 31 ◦ green 71 ◦ blue 93

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

Shades of Astronaut Blue #1F475D

Tints of Astronaut Blue #1F475D

RGB

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

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

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

R = 15.9%
G = 36.41%
B = 47.69%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F475D (or 0x1F475D) is known color: Astronaut Blue. HEX triplet: 1F, 47 and 5D. RGB value is (31,71,93). Sum of RGB (Red+Green+Blue) = 31+71+93=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F475D is #E0B8A2. Grayscale: #3D3D3D. Windows color (decimal): -14727331 or 6113055. OLE color: 6113055.

HSL color Cylindrical-coordinate representation of color #1F475D: hue angle of 201.29º 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 #1F475D is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 71 93 -
CMYK 0.67 0.24 0 0.64
HSL 201.29º 0.5% 0.24% -
HSV(B) 201.29º 0.67% 0.36% -
XYZ 4.79 5.59 11.18 -
YUV 61.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 31 71 93 0.67 0.24 0 0.64 201.29 0.5 0.24
Hex 1F 47 5D 43 18 0 40 C9 32 18
Octal 37 107 135 103 30 0 100 311 62 30
Binary 11111 1000111 1011101 1000011 11000 0 1000000 11001001 110010 11000

Color Harmonies of #1F475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F475D

Black with #1F475D

Text Example


Text Example

White with #1F475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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