Html Css Color HEX #19465D Astronaut Blue

📋 copy color: '#19465D'

red 25 ◦ green 70 ◦ blue 93

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

Shades of Astronaut Blue #19465D

Tints of Astronaut Blue #19465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 13.3%
G = 37.23%
B = 49.47%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19465D (or 0x19465D) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5D. RGB value is (25,70,93). Sum of RGB (Red+Green+Blue) = 25+70+93=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #19465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465D is #E6B9A2. Grayscale: #3B3B3B. Windows color (decimal): -15120803 or 6112793. OLE color: 6112793.

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

Color convert

RGB 25 70 93 -
CMYK 0.73 0.25 0 0.64
HSL 200.29º 0.58% 0.23% -
HSV(B) 200.29º 0.73% 0.36% -
XYZ 4.57 5.38 11.15 -
YUV 59.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 25 70 93 0.73 0.25 0 0.64 200.29 0.58 0.23
Hex 19 46 5D 49 19 0 40 C8 3A 17
Octal 31 106 135 111 31 0 100 310 72 27
Binary 11001 1000110 1011101 1001001 11001 0 1000000 11001000 111010 10111

Color Harmonies of #19465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19465D

Black with #19465D

Text Example


Text Example

White with #19465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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