Html Css Color HEX #19455A Astronaut Blue

📋 copy color: '#19455A'

red 25 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #19455A

Tints of Astronaut Blue #19455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 13.59%
G = 37.5%
B = 48.91%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19455A (or 0x19455A) is known color: Astronaut Blue. HEX triplet: 19, 45 and 5A. RGB value is (25,69,90). Sum of RGB (Red+Green+Blue) = 25+69+90=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #19455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19455A is #E6BAA5. Grayscale: #3A3A3A. Windows color (decimal): -15121062 or 5915929. OLE color: 5915929.

HSL color Cylindrical-coordinate representation of color #19455A: hue angle of 199.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19455A is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 69 90 -
CMYK 0.72 0.23 0 0.65
HSL 199.38º 0.57% 0.23% -
HSV(B) 199.38º 0.72% 0.35% -
XYZ 4.37 5.2 10.45 -
YUV 58.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 25 69 90 0.72 0.23 0 0.65 199.38 0.57 0.23
Hex 19 45 5A 48 17 0 41 C7 39 17
Octal 31 105 132 110 27 0 101 307 71 27
Binary 11001 1000101 1011010 1001000 10111 0 1000001 11000111 111001 10111

Color Harmonies of #19455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19455A

Black with #19455A

Text Example


Text Example

White with #19455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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