Html Css Color HEX #1A4E5F Astronaut Blue

📋 copy color: '#1A4E5F'

red 26 ◦ green 78 ◦ blue 95

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

Shades of Astronaut Blue #1A4E5F

Tints of Astronaut Blue #1A4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 13.07%
G = 39.2%
B = 47.74%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A4E5F (or 0x1A4E5F) is known color: Astronaut Blue. HEX triplet: 1A, 4E and 5F. RGB value is (26,78,95). Sum of RGB (Red+Green+Blue) = 26+78+95=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A4E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E5F is #E5B1A0. Grayscale: #404040. Windows color (decimal): -15053217 or 6245914. OLE color: 6245914.

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

Color convert

RGB 26 78 95 -
CMYK 0.73 0.18 0 0.63
HSL 194.78º 0.57% 0.24% -
HSV(B) 194.78º 0.73% 0.37% -
XYZ 5.22 6.49 11.81 -
YUV 64.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 26 78 95 0.73 0.18 0 0.63 194.78 0.57 0.24
Hex 1A 4E 5F 49 12 0 3F C3 39 18
Octal 32 116 137 111 22 0 77 303 71 30
Binary 11010 1001110 1011111 1001001 10010 0 111111 11000011 111001 11000

Color Harmonies of #1A4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4E5F

Black with #1A4E5F

Text Example


Text Example

White with #1A4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,78,95); }

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

background-color css

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

 a { background-color: rgb(26,78,95); }

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

border-color css

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

 span { border-color: rgb(26,78,95); }

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