Html Css Color HEX #1F455F Astronaut Blue

📋 copy color: '#1F455F'

red 31 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #1F455F

Tints of Astronaut Blue #1F455F

RGB

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

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

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

R = 15.9%
G = 35.38%
B = 48.72%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F455F (or 0x1F455F) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 5F. RGB value is (31,69,95). Sum of RGB (Red+Green+Blue) = 31+69+95=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F455F is #E0BAA0. Grayscale: #3C3C3C. Windows color (decimal): -14727841 or 6243615. OLE color: 6243615.

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

Color convert

RGB 31 69 95 -
CMYK 0.67 0.27 0 0.63
HSL 204.38º 0.51% 0.25% -
HSV(B) 204.38º 0.67% 0.37% -
XYZ 4.76 5.37 11.61 -
YUV 60.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 31 69 95 0.67 0.27 0 0.63 204.38 0.51 0.25
Hex 1F 45 5F 43 1B 0 3F CC 33 19
Octal 37 105 137 103 33 0 77 314 63 31
Binary 11111 1000101 1011111 1000011 11011 0 111111 11001100 110011 11001

Color Harmonies of #1F455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F455F

Black with #1F455F

Text Example


Text Example

White with #1F455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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