#194A68

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

Shades of Astronaut Blue #194A68

Tints of Astronaut Blue #194A68

Color information

#194A68 (or 0x194A68) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4A and 68. RGB value is (25,74,104). Sum of RGB (Red+Green+Blue) = 25+74+104=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #194A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A68 is #E6B597. Grayscale: #3E3E3E. Windows color (decimal): -15119768 or 6834713. OLE color: 6834713.

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

Color convert

RGB2574104-
CMYK0.760.2900.59
HSL202.78º61.24%25.29%-
HSV(B)202.78º75.96%40.78%-
XYZ5.356.113.99-
YUV62.77151.27101.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=12.32%
G=36.45%
B=51.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25741040.760.2900.59202.7861.2425.29
Hex194A684C1D03Bcb3d19
Octal31112150114350733137531
Binary110011001010110100010011001110101110111100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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