#194a5f

Color #194A5F Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #194A5F

Tints of Astronaut Blue #194A5F

Color information

#194A5F (or 0x194A5F) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4A and 5F. RGB value is (25,74,95). Sum of RGB (Red+Green+Blue) = 25+74+95=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #194A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A5F is #E6B5A0. Grayscale: #3D3D3D. Windows color (decimal): -15119777 or 6244889. OLE color: 6244889.

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

Color convert

RGB257495-
CMYK0.740.2200.63
HSL198º58.33%23.53%-
HSV(B)198º73.68%37.25%-
XYZ4.925.9311.71-
YUV61.74146.77101.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=12.89%
G=38.14%
B=48.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2574950.740.2200.6319858.3323.53
Hex194A5F4A1603Fc63a18
Octal31112137112260773067230
Binary110011001010101111110010101011001111111100011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #194a5f;
 }
 .AnyTagClassName
 {
   color: #194a5f;
 }
</style>
background-color css

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

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

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

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

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

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