Html Css Color HEX #19455F Astronaut Blue

📋 copy color: '#19455F'

red 25 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #19455F

Tints of Astronaut Blue #19455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 13.23%
G = 36.51%
B = 50.26%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19455F (or 0x19455F) is known color: Astronaut Blue. HEX triplet: 19, 45 and 5F. RGB value is (25,69,95). Sum of RGB (Red+Green+Blue) = 25+69+95=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #19455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19455F is #E6BAA0. Grayscale: #3A3A3A. Windows color (decimal): -15121057 or 6243609. OLE color: 6243609.

HSL color Cylindrical-coordinate representation of color #19455F: hue angle of 202.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19455F is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 69 95 -
CMYK 0.74 0.27 0 0.63
HSL 202.29º 0.58% 0.24% -
HSV(B) 202.29º 0.74% 0.37% -
XYZ 4.59 5.29 11.61 -
YUV 58.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 25 69 95 0.74 0.27 0 0.63 202.29 0.58 0.24
Hex 19 45 5F 4A 1B 0 3F CA 3A 18
Octal 31 105 137 112 33 0 77 312 72 30
Binary 11001 1000101 1011111 1001010 11011 0 111111 11001010 111010 11000

Color Harmonies of #19455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19455F

Black with #19455F

Text Example


Text Example

White with #19455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19455F; }

 p { color: rgb(25,69,95); }

 H1.HeaderClassName
 {
   color: #19455F;
 }
 .AnyTagClassName
 {
   color: #19455F;
 }
</style>

background-color css

<style>
 a { background-color: #19455F; }

 a { background-color: rgb(25,69,95); }

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

border-color css

<style>
 span { border-color: #19455F; }

 span { border-color: rgb(25,69,95); }

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