Html Css Color HEX #1A475D Astronaut Blue

📋 copy color: '#1A475D'

red 26 ◦ green 71 ◦ blue 93

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

Shades of Astronaut Blue #1A475D

Tints of Astronaut Blue #1A475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 13.68%
G = 37.37%
B = 48.95%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A475D (or 0x1A475D) is known color: Astronaut Blue. HEX triplet: 1A, 47 and 5D. RGB value is (26,71,93). Sum of RGB (Red+Green+Blue) = 26+71+93=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A475D is #E5B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15055011 or 6113050. OLE color: 6113050.

HSL color Cylindrical-coordinate representation of color #1A475D: hue angle of 199.7º 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 #1A475D is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 71 93 -
CMYK 0.72 0.24 0 0.64
HSL 199.7º 0.56% 0.23% -
HSV(B) 199.7º 0.72% 0.36% -
XYZ 4.66 5.52 11.18 -
YUV 60.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 26 71 93 0.72 0.24 0 0.64 199.7 0.56 0.23
Hex 1A 47 5D 48 18 0 40 C8 38 17
Octal 32 107 135 110 30 0 100 310 70 27
Binary 11010 1000111 1011101 1001000 11000 0 1000000 11001000 111000 10111

Color Harmonies of #1A475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A475D

Black with #1A475D

Text Example


Text Example

White with #1A475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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