Html Css Color HEX #19445E Astronaut Blue

📋 copy color: '#19445E'

red 25 ◦ green 68 ◦ blue 94

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

Shades of Astronaut Blue #19445E

Tints of Astronaut Blue #19445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 13.37%
G = 36.36%
B = 50.27%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19445E (or 0x19445E) is known color: Astronaut Blue. HEX triplet: 19, 44 and 5E. RGB value is (25,68,94). Sum of RGB (Red+Green+Blue) = 25+68+94=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #19445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19445E is #E6BBA1. Grayscale: #393939. Windows color (decimal): -15121314 or 6177817. OLE color: 6177817.

HSL color Cylindrical-coordinate representation of color #19445E: hue angle of 202.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19445E is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 68 94 -
CMYK 0.73 0.28 0 0.63
HSL 202.61º 0.58% 0.23% -
HSV(B) 202.61º 0.73% 0.37% -
XYZ 4.49 5.15 11.35 -
YUV 58.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 25 68 94 0.73 0.28 0 0.63 202.61 0.58 0.23
Hex 19 44 5E 49 1C 0 3F CB 3A 17
Octal 31 104 136 111 34 0 77 313 72 27
Binary 11001 1000100 1011110 1001001 11100 0 111111 11001011 111010 10111

Color Harmonies of #19445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19445E

Black with #19445E

Text Example


Text Example

White with #19445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19445E; }

 p { color: rgb(25,68,94); }

 H1.HeaderClassName
 {
   color: #19445E;
 }
 .AnyTagClassName
 {
   color: #19445E;
 }
</style>

background-color css

<style>
 a { background-color: #19445E; }

 a { background-color: rgb(25,68,94); }

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

border-color css

<style>
 span { border-color: #19445E; }

 span { border-color: rgb(25,68,94); }

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