Html Css Color HEX #1F4563 Astronaut Blue

📋 copy color: '#1F4563'

red 31 ◦ green 69 ◦ blue 99

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

Shades of Astronaut Blue #1F4563

Tints of Astronaut Blue #1F4563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 15.58%
G = 34.67%
B = 49.75%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F4563 (or 0x1F4563) is known color: Astronaut Blue. HEX triplet: 1F, 45 and 63. RGB value is (31,69,99). Sum of RGB (Red+Green+Blue) = 31+69+99=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4563 is #E0BA9C. Grayscale: #3C3C3C. Windows color (decimal): -14727837 or 6505759. OLE color: 6505759.

HSL color Cylindrical-coordinate representation of color #1F4563: hue angle of 206.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4563 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 69 99 -
CMYK 0.69 0.30 0 0.61
HSL 206.47º 0.52% 0.25% -
HSV(B) 206.47º 0.69% 0.39% -
XYZ 4.95 5.45 12.6 -
YUV 61.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 31 69 99 0.69 0.30 0 0.61 206.47 0.52 0.25
Hex 1F 45 63 45 1E 0 3D CE 34 19
Octal 37 105 143 105 36 0 75 316 64 31
Binary 11111 1000101 1100011 1000101 11110 0 111101 11001110 110100 11001

Color Harmonies of #1F4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4563

Black with #1F4563

Text Example


Text Example

White with #1F4563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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