Html Css Color HEX #1F4659 Astronaut Blue

📋 copy color: '#1F4659'

red 31 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #1F4659

Tints of Astronaut Blue #1F4659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 16.32%
G = 36.84%
B = 46.84%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F4659 (or 0x1F4659) is known color: Astronaut Blue. HEX triplet: 1F, 46 and 59. RGB value is (31,70,89). Sum of RGB (Red+Green+Blue) = 31+70+89=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4659 is #E0B9A6. Grayscale: #3C3C3C. Windows color (decimal): -14727591 or 5850655. OLE color: 5850655.

HSL color Cylindrical-coordinate representation of color #1F4659: hue angle of 199.66º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F4659 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 70 89 -
CMYK 0.65 0.21 0 0.65
HSL 199.66º 0.48% 0.24% -
HSV(B) 199.66º 0.65% 0.35% -
XYZ 4.56 5.39 10.25 -
YUV 60.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 31 70 89 0.65 0.21 0 0.65 199.66 0.48 0.24
Hex 1F 46 59 41 15 0 41 C8 30 18
Octal 37 106 131 101 25 0 101 310 60 30
Binary 11111 1000110 1011001 1000001 10101 0 1000001 11001000 110000 11000

Color Harmonies of #1F4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4659

Black with #1F4659

Text Example


Text Example

White with #1F4659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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