Html Css Color HEX #194959 Astronaut Blue

📋 copy color: '#194959'

red 25 ◦ green 73 ◦ blue 89

#194959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #194959

Tints of Astronaut Blue #194959

RGB

 RED value IS 25 (10.16% from 255) = 13.37%

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 13.37%
G = 39.04%
B = 47.59%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194959 (or 0x194959) is known color: Astronaut Blue. HEX triplet: 19, 49 and 59. RGB value is (25,73,89). Sum of RGB (Red+Green+Blue) = 25+73+89=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #194959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194959 is #E6B6A6. Grayscale: #3C3C3C. Windows color (decimal): -15120039 or 5851417. OLE color: 5851417.

HSL color Cylindrical-coordinate representation of color #194959: hue angle of 195º 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 #194959 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 73 89 -
CMYK 0.72 0.18 0 0.65
HSL 195º 0.56% 0.22% -
HSV(B) 195º 0.72% 0.35% -
XYZ 4.59 5.69 10.31 -
YUV 60.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 25 73 89 0.72 0.18 0 0.65 195 0.56 0.22
Hex 19 49 59 48 12 0 41 C3 38 16
Octal 31 111 131 110 22 0 101 303 70 26
Binary 11001 1001001 1011001 1001000 10010 0 1000001 11000011 111000 10110

Color Harmonies of #194959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194959

Black with #194959

Text Example


Text Example

White with #194959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194959; }

 p { color: rgb(25,73,89); }

 H1.HeaderClassName
 {
   color: #194959;
 }
 .AnyTagClassName
 {
   color: #194959;
 }
</style>

background-color css

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

 a { background-color: rgb(25,73,89); }

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

border-color css

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

 span { border-color: rgb(25,73,89); }

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