#1F455C

Color #1F455C Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #1F455C

Tints of Astronaut Blue #1F455C

Color information

#1F455C (or 0x1F455C) is unknown color: approx Astronaut Blue. HEX triplet: 1F, 45 and 5C. RGB value is (31,69,92). Sum of RGB (Red+Green+Blue) = 31+69+92=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F455C is #E0BAA3. Grayscale: #3C3C3C. Windows color (decimal): -14727844 or 6047007. OLE color: 6047007.

HSL color Cylindrical-coordinate representation of color #1F455C: hue angle of 202.62º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F455C is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB316992-
CMYK0.660.2500.64
HSL202.62º49.59%24.12%-
HSV(B)202.62º66.3%36.08%-
XYZ4.625.3210.91-
YUV60.26145.91107.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=16.15%
G=35.94%
B=47.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3169920.660.2500.64202.6249.5924.12
Hex1F455C4219040cb3218
Octal371051341023101003136230
Binary1111110001011011100100001011001010000001100101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F455C;
 }
 .AnyTagClassName
 {
   color: #1F455C;
 }
</style>
background-color css

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

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

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

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

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

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