Html Css Color HEX #1F455C Astronaut Blue

📋 copy color: '#1F455C'

red 31 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #1F455C

Tints of Astronaut Blue #1F455C

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 value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F455C (or 0x1F455C) is known color: 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

RGB 31 69 92 -
CMYK 0.66 0.25 0 0.64
HSL 202.62º 0.5% 0.24% -
HSV(B) 202.62º 0.66% 0.36% -
XYZ 4.62 5.32 10.91 -
YUV 60.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 31 69 92 0.66 0.25 0 0.64 202.62 0.5 0.24
Hex 1F 45 5C 42 19 0 40 CB 32 18
Octal 37 105 134 102 31 0 100 313 62 30
Binary 11111 1000101 1011100 1000010 11001 0 1000000 11001011 110010 11000

Color Harmonies of #1F455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F455C

Black with #1F455C

Text Example


Text Example

White with #1F455C

Text Example


Text Example

HTML Codes & Css Web 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>