Html Css Color HEX #194A5E Astronaut Blue

📋 copy color: '#194A5E'

red 25 ◦ green 74 ◦ blue 94

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

Shades of Astronaut Blue #194A5E

Tints of Astronaut Blue #194A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 12.95%
G = 38.34%
B = 48.7%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#194A5E (or 0x194A5E) is known color: Astronaut Blue. HEX triplet: 19, 4A and 5E. RGB value is (25,74,94). Sum of RGB (Red+Green+Blue) = 25+74+94=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #194A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A5E is #E6B5A1. Grayscale: #3D3D3D. Windows color (decimal): -15119778 or 6179353. OLE color: 6179353.

HSL color Cylindrical-coordinate representation of color #194A5E: hue angle of 197.39º 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 #194A5E is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 74 94 -
CMYK 0.73 0.21 0 0.63
HSL 197.39º 0.58% 0.23% -
HSV(B) 197.39º 0.73% 0.37% -
XYZ 4.87 5.91 11.47 -
YUV 61.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 25 74 94 0.73 0.21 0 0.63 197.39 0.58 0.23
Hex 19 4A 5E 49 15 0 3F C5 3A 17
Octal 31 112 136 111 25 0 77 305 72 27
Binary 11001 1001010 1011110 1001001 10101 0 111111 11000101 111010 10111

Color Harmonies of #194A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A5E

Black with #194A5E

Text Example


Text Example

White with #194A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194A5E; }

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

 H1.HeaderClassName
 {
   color: #194A5E;
 }
 .AnyTagClassName
 {
   color: #194A5E;
 }
</style>

background-color css

<style>
 a { background-color: #194A5E; }

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

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

border-color css

<style>
 span { border-color: #194A5E; }

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

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