Html Css Color HEX #1F4155 Astronaut Blue

📋 copy color: '#1F4155'

red 31 ◦ green 65 ◦ blue 85

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

Shades of Astronaut Blue #1F4155

Tints of Astronaut Blue #1F4155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 17.13%
G = 35.91%
B = 46.96%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1F4155 (or 0x1F4155) is known color: Astronaut Blue. HEX triplet: 1F, 41 and 55. RGB value is (31,65,85). Sum of RGB (Red+Green+Blue) = 31+65+85=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4155 is #E0BEAA. Grayscale: #393939. Windows color (decimal): -14728875 or 5587231. OLE color: 5587231.

HSL color Cylindrical-coordinate representation of color #1F4155: hue angle of 202.22º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4155 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 65 85 -
CMYK 0.64 0.24 0 0.67
HSL 202.22º 0.47% 0.23% -
HSV(B) 202.22º 0.64% 0.33% -
XYZ 4.1 4.73 9.29 -
YUV 57.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 31 65 85 0.64 0.24 0 0.67 202.22 0.47 0.23
Hex 1F 41 55 40 18 0 43 CA 2F 17
Octal 37 101 125 100 30 0 103 312 57 27
Binary 11111 1000001 1010101 1000000 11000 0 1000011 11001010 101111 10111

Color Harmonies of #1F4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4155

Black with #1F4155

Text Example


Text Example

White with #1F4155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,85); }

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

background-color css

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

 a { background-color: rgb(31,65,85); }

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

border-color css

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

 span { border-color: rgb(31,65,85); }

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