Html Css Color HEX #19476C Astronaut Blue

📋 copy color: '#19476C'

red 25 ◦ green 71 ◦ blue 108

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

Shades of Astronaut Blue #19476C

Tints of Astronaut Blue #19476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 12.25%
G = 34.8%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19476C (or 0x19476C) is known color: Astronaut Blue. HEX triplet: 19, 47 and 6C. RGB value is (25,71,108). Sum of RGB (Red+Green+Blue) = 25+71+108=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #19476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19476C is #E6B893. Grayscale: #3D3D3D. Windows color (decimal): -15120532 or 7096089. OLE color: 7096089.

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

Color convert

RGB 25 71 108 -
CMYK 0.77 0.34 0 0.58
HSL 206.75º 0.62% 0.26% -
HSV(B) 206.75º 0.77% 0.42% -
XYZ 5.36 5.8 15.02 -
YUV 61.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 25 71 108 0.77 0.34 0 0.58 206.75 0.62 0.26
Hex 19 47 6C 4D 22 0 3A CF 3E 1A
Octal 31 107 154 115 42 0 72 317 76 32
Binary 11001 1000111 1101100 1001101 100010 0 111010 11001111 111110 11010

Color Harmonies of #19476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19476C

Black with #19476C

Text Example


Text Example

White with #19476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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