Html Css Color HEX #19465C Astronaut Blue

📋 copy color: '#19465C'

red 25 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #19465C

Tints of Astronaut Blue #19465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 13.37%
G = 37.43%
B = 49.2%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19465C (or 0x19465C) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5C. RGB value is (25,70,92). Sum of RGB (Red+Green+Blue) = 25+70+92=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #19465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465C is #E6B9A3. Grayscale: #3A3A3A. Windows color (decimal): -15120804 or 6047257. OLE color: 6047257.

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

Color convert

RGB 25 70 92 -
CMYK 0.73 0.24 0 0.64
HSL 199.7º 0.57% 0.23% -
HSV(B) 199.7º 0.73% 0.36% -
XYZ 4.52 5.36 10.92 -
YUV 59.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 25 70 92 0.73 0.24 0 0.64 199.7 0.57 0.23
Hex 19 46 5C 49 18 0 40 C8 39 17
Octal 31 106 134 111 30 0 100 310 71 27
Binary 11001 1000110 1011100 1001001 11000 0 1000000 11001000 111001 10111

Color Harmonies of #19465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19465C

Black with #19465C

Text Example


Text Example

White with #19465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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