Html Css Color HEX #1A4A5D Astronaut Blue

📋 copy color: '#1A4A5D'

red 26 ◦ green 74 ◦ blue 93

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

Shades of Astronaut Blue #1A4A5D

Tints of Astronaut Blue #1A4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 13.47%
G = 38.34%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A4A5D (or 0x1A4A5D) is known color: Astronaut Blue. HEX triplet: 1A, 4A and 5D. RGB value is (26,74,93). Sum of RGB (Red+Green+Blue) = 26+74+93=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A4A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A5D is #E5B5A2. Grayscale: #3D3D3D. Windows color (decimal): -15054243 or 6113818. OLE color: 6113818.

HSL color Cylindrical-coordinate representation of color #1A4A5D: hue angle of 197.01º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4A5D is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 74 93 -
CMYK 0.72 0.20 0 0.64
HSL 197.01º 0.56% 0.23% -
HSV(B) 197.01º 0.72% 0.36% -
XYZ 4.85 5.91 11.24 -
YUV 61.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 26 74 93 0.72 0.20 0 0.64 197.01 0.56 0.23
Hex 1A 4A 5D 48 14 0 40 C5 38 17
Octal 32 112 135 110 24 0 100 305 70 27
Binary 11010 1001010 1011101 1001000 10100 0 1000000 11000101 111000 10111

Color Harmonies of #1A4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4A5D

Black with #1A4A5D

Text Example


Text Example

White with #1A4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,74,93); }

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

background-color css

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

 a { background-color: rgb(26,74,93); }

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

border-color css

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

 span { border-color: rgb(26,74,93); }

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