#194968

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

Shades of Astronaut Blue #194968

Tints of Astronaut Blue #194968

Color information

#194968 (or 0x194968) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 68. RGB value is (25,73,104). Sum of RGB (Red+Green+Blue) = 25+73+104=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #194968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194968 is #E6B697. Grayscale: #3E3E3E. Windows color (decimal): -15120024 or 6834457. OLE color: 6834457.

HSL color Cylindrical-coordinate representation of color #194968: hue angle of 203.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194968 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2573104-
CMYK0.760.3000.59
HSL203.54º61.24%25.29%-
HSV(B)203.54º75.96%40.78%-
XYZ5.285.9713.97-
YUV62.18151.6101.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=12.38%
G=36.14%
B=51.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25731040.760.3000.59203.5461.2425.29
Hex1949684C1E03Bcc3d19
Octal31111150114360733147531
Binary110011001001110100010011001111001110111100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194968; }

 p { color: rgb(25,73,104); }

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

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

 a { background-color: rgb(25,73,104); }

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

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

 span { border-color: rgb(25,73,104); }

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