Html Css Color HEX #1F465F Astronaut Blue

📋 copy color: '#1F465F'

red 31 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #1F465F

Tints of Astronaut Blue #1F465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

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

R = 15.82%
G = 35.71%
B = 48.47%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F465F (or 0x1F465F) is known color: Astronaut Blue. HEX triplet: 1F, 46 and 5F. RGB value is (31,70,95). Sum of RGB (Red+Green+Blue) = 31+70+95=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 70 (27.73% from 255 or 35.71% 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 #1F465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F465F is #E0B9A0. Grayscale: #3D3D3D. Windows color (decimal): -14727585 or 6243871. OLE color: 6243871.

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

Color convert

RGB 31 70 95 -
CMYK 0.67 0.26 0 0.63
HSL 203.44º 0.51% 0.25% -
HSV(B) 203.44º 0.67% 0.37% -
XYZ 4.82 5.5 11.63 -
YUV 61.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 31 70 95 0.67 0.26 0 0.63 203.44 0.51 0.25
Hex 1F 46 5F 43 1A 0 3F CB 33 19
Octal 37 106 137 103 32 0 77 313 63 31
Binary 11111 1000110 1011111 1000011 11010 0 111111 11001011 110011 11001

Color Harmonies of #1F465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F465F

Black with #1F465F

Text Example


Text Example

White with #1F465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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