#194C5F

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

Shades of Astronaut Blue #194C5F

Tints of Astronaut Blue #194C5F

Color information

#194C5F (or 0x194C5F) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4C and 5F. RGB value is (25,76,95). Sum of RGB (Red+Green+Blue) = 25+76+95=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #194C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C5F is #E6B3A0. Grayscale: #3E3E3E. Windows color (decimal): -15119265 or 6245401. OLE color: 6245401.

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

Color convert

RGB257695-
CMYK0.740.2000.63
HSL196.29º58.33%23.53%-
HSV(B)196.29º73.68%37.25%-
XYZ5.056.211.76-
YUV62.92146.1100.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=12.76%
G=38.78%
B=48.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2576950.740.2000.63196.2958.3323.53
Hex194C5F4A1403Fc43a18
Octal31114137112240773047230
Binary110011001100101111110010101010001111111100010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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