Html Css Color HEX #1A485C Astronaut Blue

📋 copy color: '#1A485C'

red 26 ◦ green 72 ◦ blue 92

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

Shades of Astronaut Blue #1A485C

Tints of Astronaut Blue #1A485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 92 (36.33% from 255) = 48.42%

R = 13.68%
G = 37.89%
B = 48.42%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A485C (or 0x1A485C) is known color: Astronaut Blue. HEX triplet: 1A, 48 and 5C. RGB value is (26,72,92). Sum of RGB (Red+Green+Blue) = 26+72+92=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A485C is #E5B7A3. Grayscale: #3C3C3C. Windows color (decimal): -15054756 or 6047770. OLE color: 6047770.

HSL color Cylindrical-coordinate representation of color #1A485C: hue angle of 198.18º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A485C is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 72 92 -
CMYK 0.72 0.22 0 0.64
HSL 198.18º 0.56% 0.23% -
HSV(B) 198.18º 0.72% 0.36% -
XYZ 4.68 5.63 10.96 -
YUV 60.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 26 72 92 0.72 0.22 0 0.64 198.18 0.56 0.23
Hex 1A 48 5C 48 16 0 40 C6 38 17
Octal 32 110 134 110 26 0 100 306 70 27
Binary 11010 1001000 1011100 1001000 10110 0 1000000 11000110 111000 10111

Color Harmonies of #1A485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A485C

Black with #1A485C

Text Example


Text Example

White with #1A485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,72,92); }

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

background-color css

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

 a { background-color: rgb(26,72,92); }

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

border-color css

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

 span { border-color: rgb(26,72,92); }

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