Html Css Color HEX #1F485A Astronaut Blue

📋 copy color: '#1F485A'

red 31 ◦ green 72 ◦ blue 90

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

Shades of Astronaut Blue #1F485A

Tints of Astronaut Blue #1F485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 16.06%
G = 37.31%
B = 46.63%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F485A (or 0x1F485A) is known color: Astronaut Blue. HEX triplet: 1F, 48 and 5A. RGB value is (31,72,90). Sum of RGB (Red+Green+Blue) = 31+72+90=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F485A is #E0B7A5. Grayscale: #3D3D3D. Windows color (decimal): -14727078 or 5916703. OLE color: 5916703.

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

Color convert

RGB 31 72 90 -
CMYK 0.66 0.20 0 0.65
HSL 198.31º 0.49% 0.24% -
HSV(B) 198.31º 0.66% 0.35% -
XYZ 4.73 5.66 10.52 -
YUV 61.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 31 72 90 0.66 0.20 0 0.65 198.31 0.49 0.24
Hex 1F 48 5A 42 14 0 41 C6 31 18
Octal 37 110 132 102 24 0 101 306 61 30
Binary 11111 1001000 1011010 1000010 10100 0 1000001 11000110 110001 11000

Color Harmonies of #1F485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F485A

Black with #1F485A

Text Example


Text Example

White with #1F485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,90); }

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

background-color css

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

 a { background-color: rgb(31,72,90); }

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

border-color css

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

 span { border-color: rgb(31,72,90); }

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