Html Css Color HEX #1A4960 Astronaut Blue

📋 copy color: '#1A4960'

red 26 ◦ green 73 ◦ blue 96

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

Shades of Astronaut Blue #1A4960

Tints of Astronaut Blue #1A4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 13.33%
G = 37.44%
B = 49.23%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A4960 (or 0x1A4960) is known color: Astronaut Blue. HEX triplet: 1A, 49 and 60. RGB value is (26,73,96). Sum of RGB (Red+Green+Blue) = 26+73+96=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4960 is #E5B69F. Grayscale: #3D3D3D. Windows color (decimal): -15054496 or 6310170. OLE color: 6310170.

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

Color convert

RGB 26 73 96 -
CMYK 0.73 0.24 0 0.62
HSL 199.71º 0.57% 0.24% -
HSV(B) 199.71º 0.73% 0.38% -
XYZ 4.92 5.83 11.93 -
YUV 61.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 26 73 96 0.73 0.24 0 0.62 199.71 0.57 0.24
Hex 1A 49 60 49 18 0 3E C8 39 18
Octal 32 111 140 111 30 0 76 310 71 30
Binary 11010 1001001 1100000 1001001 11000 0 111110 11001000 111001 11000

Color Harmonies of #1A4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4960

Black with #1A4960

Text Example


Text Example

White with #1A4960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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