Html Css Color HEX #19485C Astronaut Blue

📋 copy color: '#19485C'

red 25 ◦ green 72 ◦ blue 92

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

Shades of Astronaut Blue #19485C

Tints of Astronaut Blue #19485C

RGB

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

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

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

R = 13.23%
G = 38.1%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19485C (or 0x19485C) is known color: Astronaut Blue. HEX triplet: 19, 48 and 5C. RGB value is (25,72,92). Sum of RGB (Red+Green+Blue) = 25+72+92=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #19485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19485C is #E6B7A3. Grayscale: #3C3C3C. Windows color (decimal): -15120292 or 6047769. OLE color: 6047769.

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

Color convert

RGB 25 72 92 -
CMYK 0.73 0.22 0 0.64
HSL 197.91º 0.57% 0.23% -
HSV(B) 197.91º 0.73% 0.36% -
XYZ 4.65 5.61 10.96 -
YUV 60.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 25 72 92 0.73 0.22 0 0.64 197.91 0.57 0.23
Hex 19 48 5C 49 16 0 40 C6 39 17
Octal 31 110 134 111 26 0 100 306 71 27
Binary 11001 1001000 1011100 1001001 10110 0 1000000 11000110 111001 10111

Color Harmonies of #19485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19485C

Black with #19485C

Text Example


Text Example

White with #19485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19485C; }

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

 H1.HeaderClassName
 {
   color: #19485C;
 }
 .AnyTagClassName
 {
   color: #19485C;
 }
</style>

background-color css

<style>
 a { background-color: #19485C; }

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

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

border-color css

<style>
 span { border-color: #19485C; }

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

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