Html Css Color HEX #19475C Astronaut Blue

📋 copy color: '#19475C'

red 25 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #19475C

Tints of Astronaut Blue #19475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 13.3%
G = 37.77%
B = 48.94%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19475C (or 0x19475C) is known color: Astronaut Blue. HEX triplet: 19, 47 and 5C. RGB value is (25,71,92). Sum of RGB (Red+Green+Blue) = 25+71+92=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #19475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475C is #E6B8A3. Grayscale: #3B3B3B. Windows color (decimal): -15120548 or 6047513. OLE color: 6047513.

HSL color Cylindrical-coordinate representation of color #19475C: hue angle of 198.81º 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 #19475C is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 71 92 -
CMYK 0.73 0.23 0 0.64
HSL 198.81º 0.57% 0.23% -
HSV(B) 198.81º 0.73% 0.36% -
XYZ 4.59 5.49 10.94 -
YUV 59.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 25 71 92 0.73 0.23 0 0.64 198.81 0.57 0.23
Hex 19 47 5C 49 17 0 40 C7 39 17
Octal 31 107 134 111 27 0 100 307 71 27
Binary 11001 1000111 1011100 1001001 10111 0 1000000 11000111 111001 10111

Color Harmonies of #19475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19475C

Black with #19475C

Text Example


Text Example

White with #19475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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