Html Css Color HEX #1A4557 Astronaut Blue

📋 copy color: '#1A4557'

red 26 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #1A4557

Tints of Astronaut Blue #1A4557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.8%

R = 14.29%
G = 37.91%
B = 47.8%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A4557 (or 0x1A4557) is known color: Astronaut Blue. HEX triplet: 1A, 45 and 57. RGB value is (26,69,87). Sum of RGB (Red+Green+Blue) = 26+69+87=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A4557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4557 is #E5BAA8. Grayscale: #3A3A3A. Windows color (decimal): -15055529 or 5719322. OLE color: 5719322.

HSL color Cylindrical-coordinate representation of color #1A4557: hue angle of 197.7º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4557 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 69 87 -
CMYK 0.70 0.21 0 0.66
HSL 197.7º 0.54% 0.22% -
HSV(B) 197.7º 0.7% 0.34% -
XYZ 4.27 5.16 9.79 -
YUV 58.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 26 69 87 0.70 0.21 0 0.66 197.7 0.54 0.22
Hex 1A 45 57 46 15 0 42 C6 36 16
Octal 32 105 127 106 25 0 102 306 66 26
Binary 11010 1000101 1010111 1000110 10101 0 1000010 11000110 110110 10110

Color Harmonies of #1A4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4557

Black with #1A4557

Text Example


Text Example

White with #1A4557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,69,87); }

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

background-color css

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

 a { background-color: rgb(26,69,87); }

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

border-color css

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

 span { border-color: rgb(26,69,87); }

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