#194B5D

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

Shades of Astronaut Blue #194B5D

Tints of Astronaut Blue #194B5D

Color information

#194B5D (or 0x194B5D) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4B and 5D. RGB value is (25,75,93). Sum of RGB (Red+Green+Blue) = 25+75+93=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #194B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B5D is #E6B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15119523 or 6114073. OLE color: 6114073.

HSL color Cylindrical-coordinate representation of color #194B5D: hue angle of 195.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194B5D is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB257593-
CMYK0.730.1900.64
HSL195.88º57.63%23.14%-
HSV(B)195.88º73.12%36.47%-
XYZ4.896.0311.26-
YUV62.1145.44101.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=12.95%
G=38.86%
B=48.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2575930.730.1900.64195.8857.6323.14
Hex194B5D4913040c43a17
Octal311131351112301003047227
Binary1100110010111011101100100110011010000001100010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,75,93); }

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

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

 a { background-color: rgb(25,75,93); }

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

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

 span { border-color: rgb(25,75,93); }

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