Html Css Color HEX #1F455D Astronaut Blue

📋 copy color: '#1F455D'

red 31 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #1F455D

Tints of Astronaut Blue #1F455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

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

R = 16.06%
G = 35.75%
B = 48.19%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F455D (or 0x1F455D) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 5D. RGB value is (31,69,93). Sum of RGB (Red+Green+Blue) = 31+69+93=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F455D is #E0BAA2. Grayscale: #3C3C3C. Windows color (decimal): -14727843 or 6112543. OLE color: 6112543.

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

Color convert

RGB 31 69 93 -
CMYK 0.67 0.26 0 0.64
HSL 203.23º 0.5% 0.24% -
HSV(B) 203.23º 0.67% 0.36% -
XYZ 4.67 5.34 11.14 -
YUV 60.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 31 69 93 0.67 0.26 0 0.64 203.23 0.5 0.24
Hex 1F 45 5D 43 1A 0 40 CB 32 18
Octal 37 105 135 103 32 0 100 313 62 30
Binary 11111 1000101 1011101 1000011 11010 0 1000000 11001011 110010 11000

Color Harmonies of #1F455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F455D

Black with #1F455D

Text Example


Text Example

White with #1F455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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