Html Css Color HEX #19486A Astronaut Blue

📋 copy color: '#19486A'

red 25 ◦ green 72 ◦ blue 106

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

Shades of Astronaut Blue #19486A

Tints of Astronaut Blue #19486A

RGB

 RED value IS 25 (10.16% from 255) = 12.32%

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

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 12.32%
G = 35.47%
B = 52.22%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19486A (or 0x19486A) is known color: Astronaut Blue. HEX triplet: 19, 48 and 6A. RGB value is (25,72,106). Sum of RGB (Red+Green+Blue) = 25+72+106=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #19486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19486A is #E6B795. Grayscale: #3D3D3D. Windows color (decimal): -15120278 or 6965273. OLE color: 6965273.

HSL color Cylindrical-coordinate representation of color #19486A: hue angle of 205.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19486A is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 72 106 -
CMYK 0.76 0.32 0 0.58
HSL 205.19º 0.62% 0.26% -
HSV(B) 205.19º 0.76% 0.42% -
XYZ 5.32 5.88 14.49 -
YUV 61.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 25 72 106 0.76 0.32 0 0.58 205.19 0.62 0.26
Hex 19 48 6A 4C 20 0 3A CD 3E 1A
Octal 31 110 152 114 40 0 72 315 76 32
Binary 11001 1001000 1101010 1001100 100000 0 111010 11001101 111110 11010

Color Harmonies of #19486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19486A

Black with #19486A

Text Example


Text Example

White with #19486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19486A; }

 p { color: rgb(25,72,106); }

 H1.HeaderClassName
 {
   color: #19486A;
 }
 .AnyTagClassName
 {
   color: #19486A;
 }
</style>

background-color css

<style>
 a { background-color: #19486A; }

 a { background-color: rgb(25,72,106); }

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

border-color css

<style>
 span { border-color: #19486A; }

 span { border-color: rgb(25,72,106); }

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