#194462

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

Shades of Astronaut Blue #194462

Tints of Astronaut Blue #194462

Color information

#194462 (or 0x194462) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 62. RGB value is (25,68,98). Sum of RGB (Red+Green+Blue) = 25+68+98=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #194462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194462 is #E6BB9D. Grayscale: #3A3A3A. Windows color (decimal): -15121310 or 6439961. OLE color: 6439961.

HSL color Cylindrical-coordinate representation of color #194462: hue angle of 204.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194462 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256898-
CMYK0.740.3100.62
HSL204.66º59.35%24.12%-
HSV(B)204.66º74.49%38.43%-
XYZ4.675.2212.32-
YUV58.56150.25104.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=13.09%
G=35.60%
B=51.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2568980.740.3100.62204.6659.3524.12
Hex1944624A1F03Ecd3b18
Octal31104142112370763157330
Binary110011000100110001010010101111101111101100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194462; }

 p { color: rgb(25,68,98); }

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

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

 a { background-color: rgb(25,68,98); }

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

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

 span { border-color: rgb(25,68,98); }

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