Html Css Color HEX #1A4459 Astronaut Blue

📋 copy color: '#1A4459'

red 26 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #1A4459

Tints of Astronaut Blue #1A4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 14.21%
G = 37.16%
B = 48.63%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A4459 (or 0x1A4459) is known color: Astronaut Blue. HEX triplet: 1A, 44 and 59. RGB value is (26,68,89). Sum of RGB (Red+Green+Blue) = 26+68+89=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4459 is #E5BBA6. Grayscale: #393939. Windows color (decimal): -15055783 or 5850138. OLE color: 5850138.

HSL color Cylindrical-coordinate representation of color #1A4459: hue angle of 200º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4459 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 68 89 -
CMYK 0.71 0.24 0 0.65
HSL 200º 0.55% 0.23% -
HSV(B) 200º 0.71% 0.35% -
XYZ 4.3 5.08 10.2 -
YUV 57.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 26 68 89 0.71 0.24 0 0.65 200 0.55 0.23
Hex 1A 44 59 47 18 0 41 C8 37 17
Octal 32 104 131 107 30 0 101 310 67 27
Binary 11010 1000100 1011001 1000111 11000 0 1000001 11001000 110111 10111

Color Harmonies of #1A4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4459

Black with #1A4459

Text Example


Text Example

White with #1A4459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,68,89); }

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

background-color css

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

 a { background-color: rgb(26,68,89); }

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

border-color css

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

 span { border-color: rgb(26,68,89); }

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