Html Css Color HEX #1A4154 Astronaut Blue

📋 copy color: '#1A4154'

red 26 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #1A4154

Tints of Astronaut Blue #1A4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

 BLUE value IS 84 (33.2% from 255) = 48%

R = 14.86%
G = 37.14%
B = 48%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1A4154 (or 0x1A4154) is known color: Astronaut Blue. HEX triplet: 1A, 41 and 54. RGB value is (26,65,84). Sum of RGB (Red+Green+Blue) = 26+65+84=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4154 is #E5BEAB. Grayscale: #373737. Windows color (decimal): -15056556 or 5521690. OLE color: 5521690.

HSL color Cylindrical-coordinate representation of color #1A4154: hue angle of 199.66º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A4154 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 26 65 84 -
CMYK 0.69 0.23 0 0.67
HSL 199.66º 0.53% 0.22% -
HSV(B) 199.66º 0.69% 0.33% -
XYZ 3.92 4.64 9.08 -
YUV 55.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 26 65 84 0.69 0.23 0 0.67 199.66 0.53 0.22
Hex 1A 41 54 45 17 0 43 C8 35 16
Octal 32 101 124 105 27 0 103 310 65 26
Binary 11010 1000001 1010100 1000101 10111 0 1000011 11001000 110101 10110

Color Harmonies of #1A4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4154

Black with #1A4154

Text Example


Text Example

White with #1A4154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,65,84); }

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

background-color css

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

 a { background-color: rgb(26,65,84); }

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

border-color css

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

 span { border-color: rgb(26,65,84); }

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