Html Css Color HEX #1A4657 Astronaut Blue

📋 copy color: '#1A4657'

red 26 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #1A4657

Tints of Astronaut Blue #1A4657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 14.21%
G = 38.25%
B = 47.54%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A4657 (or 0x1A4657) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 57. RGB value is (26,70,87). Sum of RGB (Red+Green+Blue) = 26+70+87=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4657 is #E5B9A8. Grayscale: #3A3A3A. Windows color (decimal): -15055273 or 5719578. OLE color: 5719578.

HSL color Cylindrical-coordinate representation of color #1A4657: hue angle of 196.72º 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 #1A4657 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 70 87 -
CMYK 0.70 0.20 0 0.66
HSL 196.72º 0.54% 0.22% -
HSV(B) 196.72º 0.7% 0.34% -
XYZ 4.34 5.29 9.81 -
YUV 58.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 26 70 87 0.70 0.20 0 0.66 196.72 0.54 0.22
Hex 1A 46 57 46 14 0 42 C5 36 16
Octal 32 106 127 106 24 0 102 305 66 26
Binary 11010 1000110 1010111 1000110 10100 0 1000010 11000101 110110 10110

Color Harmonies of #1A4657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4657

Black with #1A4657

Text Example


Text Example

White with #1A4657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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