Html Css Color HEX #1F455A Astronaut Blue

📋 copy color: '#1F455A'

red 31 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #1F455A

Tints of Astronaut Blue #1F455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 16.32%
G = 36.32%
B = 47.37%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F455A (or 0x1F455A) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 5A. RGB value is (31,69,90). Sum of RGB (Red+Green+Blue) = 31+69+90=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F455A is #E0BAA5. Grayscale: #3B3B3B. Windows color (decimal): -14727846 or 5915935. OLE color: 5915935.

HSL color Cylindrical-coordinate representation of color #1F455A: hue angle of 201.36º 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 #1F455A is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 69 90 -
CMYK 0.66 0.23 0 0.65
HSL 201.36º 0.49% 0.24% -
HSV(B) 201.36º 0.66% 0.35% -
XYZ 4.54 5.29 10.45 -
YUV 60.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 31 69 90 0.66 0.23 0 0.65 201.36 0.49 0.24
Hex 1F 45 5A 42 17 0 41 C9 31 18
Octal 37 105 132 102 27 0 101 311 61 30
Binary 11111 1000101 1011010 1000010 10111 0 1000001 11001001 110001 11000

Color Harmonies of #1F455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F455A

Black with #1F455A

Text Example


Text Example

White with #1F455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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