#194668

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

Shades of Astronaut Blue #194668

Tints of Astronaut Blue #194668

Color information

#194668 (or 0x194668) is unknown color: approx Astronaut Blue. HEX triplet: 19, 46 and 68. RGB value is (25,70,104). Sum of RGB (Red+Green+Blue) = 25+70+104=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #194668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194668 is #E6B997. Grayscale: #3C3C3C. Windows color (decimal): -15120792 or 6833689. OLE color: 6833689.

HSL color Cylindrical-coordinate representation of color #194668: hue angle of 205.82º 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 #194668 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2570104-
CMYK0.760.3300.59
HSL205.82º61.24%25.29%-
HSV(B)205.82º75.96%40.78%-
XYZ5.095.5913.91-
YUV60.42152.59102.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=12.56%
G=35.18%
B=52.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25701040.760.3300.59205.8261.2425.29
Hex1946684C2103Bce3d19
Octal31106150114410733167531
Binary1100110001101101000100110010000101110111100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194668; }

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

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

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

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

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

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

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

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