Html Css Color HEX #19465B Astronaut Blue

📋 copy color: '#19465B'

red 25 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #19465B

Tints of Astronaut Blue #19465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.92%

R = 13.44%
G = 37.63%
B = 48.92%

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

#19465B (or 0x19465B) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5B. RGB value is (25,70,91). Sum of RGB (Red+Green+Blue) = 25+70+91=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #19465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465B is #E6B9A4. Grayscale: #3A3A3A. Windows color (decimal): -15120805 or 5981721. OLE color: 5981721.

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

Color convert

RGB 25 70 91 -
CMYK 0.73 0.23 0 0.64
HSL 199.09º 0.57% 0.23% -
HSV(B) 199.09º 0.73% 0.36% -
XYZ 4.48 5.34 10.69 -
YUV 58.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 25 70 91 0.73 0.23 0 0.64 199.09 0.57 0.23
Hex 19 46 5B 49 17 0 40 C7 39 17
Octal 31 106 133 111 27 0 100 307 71 27
Binary 11001 1000110 1011011 1001001 10111 0 1000000 11000111 111001 10111

Color Harmonies of #19465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19465B

Black with #19465B

Text Example


Text Example

White with #19465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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