#194766

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

Shades of Astronaut Blue #194766

Tints of Astronaut Blue #194766

Color information

#194766 (or 0x194766) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 66. RGB value is (25,71,102). Sum of RGB (Red+Green+Blue) = 25+71+102=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #194766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194766 is #E6B899. Grayscale: #3C3C3C. Windows color (decimal): -15120538 or 6702873. OLE color: 6702873.

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

Color convert

RGB2571102-
CMYK0.750.3000.6
HSL204.16º60.63%24.9%-
HSV(B)204.16º75.49%40%-
XYZ5.055.6713.4-
YUV60.78151.26102.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=12.63%
G=35.86%
B=51.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25711020.750.3000.6204.1660.6324.9
Hex1947664B1E03Ccc3d19
Octal31107146113360743147531
Binary110011000111110011010010111111001111001100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194766; }

 p { color: rgb(25,71,102); }

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

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

 a { background-color: rgb(25,71,102); }

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

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

 span { border-color: rgb(25,71,102); }

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