#194868

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

Shades of Astronaut Blue #194868

Tints of Astronaut Blue #194868

Color information

#194868 (or 0x194868) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 68. RGB value is (25,72,104). Sum of RGB (Red+Green+Blue) = 25+72+104=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #194868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194868 is #E6B797. Grayscale: #3D3D3D. Windows color (decimal): -15120280 or 6834201. OLE color: 6834201.

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

Color convert

RGB2572104-
CMYK0.760.3100.59
HSL204.3º61.24%25.29%-
HSV(B)204.3º75.96%40.78%-
XYZ5.225.8413.95-
YUV61.6151.93101.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=12.44%
G=35.82%
B=51.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25721040.760.3100.59204.361.2425.29
Hex1948684C1F03Bcc3d19
Octal31110150114370733147531
Binary110011001000110100010011001111101110111100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194868; }

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

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

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

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

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

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

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

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