Html Css Color HEX #1A4D60 Astronaut Blue

📋 copy color: '#1A4D60'

red 26 ◦ green 77 ◦ blue 96

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

Shades of Astronaut Blue #1A4D60

Tints of Astronaut Blue #1A4D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.69%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 13.07%
G = 38.69%
B = 48.24%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A4D60 (or 0x1A4D60) is known color: Astronaut Blue. HEX triplet: 1A, 4D and 60. RGB value is (26,77,96). Sum of RGB (Red+Green+Blue) = 26+77+96=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D60 is #E5B29F. Grayscale: #3F3F3F. Windows color (decimal): -15053472 or 6311194. OLE color: 6311194.

HSL color Cylindrical-coordinate representation of color #1A4D60: hue angle of 196.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4D60 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 77 96 -
CMYK 0.73 0.20 0 0.62
HSL 196.29º 0.57% 0.24% -
HSV(B) 196.29º 0.73% 0.38% -
XYZ 5.19 6.37 12.02 -
YUV 63.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 26 77 96 0.73 0.20 0 0.62 196.29 0.57 0.24
Hex 1A 4D 60 49 14 0 3E C4 39 18
Octal 32 115 140 111 24 0 76 304 71 30
Binary 11010 1001101 1100000 1001001 10100 0 111110 11000100 111001 11000

Color Harmonies of #1A4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4D60

Black with #1A4D60

Text Example


Text Example

White with #1A4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,77,96); }

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

background-color css

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

 a { background-color: rgb(26,77,96); }

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

border-color css

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

 span { border-color: rgb(26,77,96); }

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