#194865

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

Shades of Astronaut Blue #194865

Tints of Astronaut Blue #194865

Color information

#194865 (or 0x194865) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 65. RGB value is (25,72,101). Sum of RGB (Red+Green+Blue) = 25+72+101=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #194865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194865 is #E6B79A. Grayscale: #3D3D3D. Windows color (decimal): -15120283 or 6637593. OLE color: 6637593.

HSL color Cylindrical-coordinate representation of color #194865: hue angle of 202.89º degrees, saturation: 0.6, 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 #194865 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2572101-
CMYK0.750.2900.60
HSL202.89º60.32%24.71%-
HSV(B)202.89º75.25%39.61%-
XYZ5.075.7813.16-
YUV61.25150.43102.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=12.63%
G=36.36%
B=51.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25721010.750.2900.60202.8960.3224.71
Hex1948654B1D03Ccb3c19
Octal31110145113350743137431
Binary110011001000110010110010111110101111001100101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194865; }

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

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

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

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

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

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

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

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