Html Css Color HEX #1A465A Astronaut Blue

📋 copy color: '#1A465A'

red 26 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #1A465A

Tints of Astronaut Blue #1A465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 13.98%
G = 37.63%
B = 48.39%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A465A (or 0x1A465A) is known color: Astronaut Blue. HEX triplet: 1A, 46 and 5A. RGB value is (26,70,90). Sum of RGB (Red+Green+Blue) = 26+70+90=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A465A is #E5B9A5. Grayscale: #3A3A3A. Windows color (decimal): -15055270 or 5916186. OLE color: 5916186.

HSL color Cylindrical-coordinate representation of color #1A465A: hue angle of 198.75º 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 #1A465A is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 70 90 -
CMYK 0.71 0.22 0 0.65
HSL 198.75º 0.55% 0.23% -
HSV(B) 198.75º 0.71% 0.35% -
XYZ 4.46 5.34 10.47 -
YUV 59.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 26 70 90 0.71 0.22 0 0.65 198.75 0.55 0.23
Hex 1A 46 5A 47 16 0 41 C7 37 17
Octal 32 106 132 107 26 0 101 307 67 27
Binary 11010 1000110 1011010 1000111 10110 0 1000001 11000111 110111 10111

Color Harmonies of #1A465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A465A

Black with #1A465A

Text Example


Text Example

White with #1A465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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