#194858

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

Shades of Astronaut Blue #194858

Tints of Astronaut Blue #194858

Color information

#194858 (or 0x194858) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 58. RGB value is (25,72,88). Sum of RGB (Red+Green+Blue) = 25+72+88=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #194858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194858 is #E6B7A7. Grayscale: #3B3B3B. Windows color (decimal): -15120296 or 5785625. OLE color: 5785625.

HSL color Cylindrical-coordinate representation of color #194858: hue angle of 195.24º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194858 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257288-
CMYK0.720.1800.65
HSL195.24º55.75%22.16%-
HSV(B)195.24º71.59%34.51%-
XYZ4.485.5510.07-
YUV59.77143.93103.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=13.51%
G=38.92%
B=47.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2572880.720.1800.65195.2455.7522.16
Hex1948584812041c33816
Octal311101301102201013037026
Binary1100110010001011000100100010010010000011100001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194858; }

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

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

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

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

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

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

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

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