Html Css Color HEX #1A4D5F Astronaut Blue

📋 copy color: '#1A4D5F'

red 26 ◦ green 77 ◦ blue 95

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

Shades of Astronaut Blue #1A4D5F

Tints of Astronaut Blue #1A4D5F

RGB

 RED value IS 26 (10.55% from 255) = 13.13%

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 13.13%
G = 38.89%
B = 47.98%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A4D5F (or 0x1A4D5F) is known color: Astronaut Blue. HEX triplet: 1A, 4D and 5F. RGB value is (26,77,95). Sum of RGB (Red+Green+Blue) = 26+77+95=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A4D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D5F is #E5B2A0. Grayscale: #3F3F3F. Windows color (decimal): -15053473 or 6245658. OLE color: 6245658.

HSL color Cylindrical-coordinate representation of color #1A4D5F: hue angle of 195.65º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4D5F is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 77 95 -
CMYK 0.73 0.19 0 0.63
HSL 195.65º 0.57% 0.24% -
HSV(B) 195.65º 0.73% 0.37% -
XYZ 5.15 6.35 11.78 -
YUV 63.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 26 77 95 0.73 0.19 0 0.63 195.65 0.57 0.24
Hex 1A 4D 5F 49 13 0 3F C4 39 18
Octal 32 115 137 111 23 0 77 304 71 30
Binary 11010 1001101 1011111 1001001 10011 0 111111 11000100 111001 11000

Color Harmonies of #1A4D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4D5F

Black with #1A4D5F

Text Example


Text Example

White with #1A4D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,77,95); }

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

background-color css

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

 a { background-color: rgb(26,77,95); }

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

border-color css

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

 span { border-color: rgb(26,77,95); }

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