Html Css Color HEX #1A4157 Astronaut Blue

📋 copy color: '#1A4157'

red 26 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #1A4157

Tints of Astronaut Blue #1A4157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

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

R = 14.61%
G = 36.52%
B = 48.88%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1A4157 (or 0x1A4157) is known color: Astronaut Blue. HEX triplet: 1A, 41 and 57. RGB value is (26,65,87). Sum of RGB (Red+Green+Blue) = 26+65+87=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A4157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4157 is #E5BEA8. Grayscale: #373737. Windows color (decimal): -15056553 or 5718298. OLE color: 5718298.

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

Color convert

RGB 26 65 87 -
CMYK 0.70 0.25 0 0.66
HSL 201.64º 0.54% 0.22% -
HSV(B) 201.64º 0.7% 0.34% -
XYZ 4.04 4.69 9.71 -
YUV 55.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 26 65 87 0.70 0.25 0 0.66 201.64 0.54 0.22
Hex 1A 41 57 46 19 0 42 CA 36 16
Octal 32 101 127 106 31 0 102 312 66 26
Binary 11010 1000001 1010111 1000110 11001 0 1000010 11001010 110110 10110

Color Harmonies of #1A4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4157

Black with #1A4157

Text Example


Text Example

White with #1A4157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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