Html Css Color HEX #194759 Astronaut Blue

📋 copy color: '#194759'

red 25 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #194759

Tints of Astronaut Blue #194759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 13.51%
G = 38.38%
B = 48.11%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194759 (or 0x194759) is known color: Astronaut Blue. HEX triplet: 19, 47 and 59. RGB value is (25,71,89). Sum of RGB (Red+Green+Blue) = 25+71+89=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #194759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194759 is #E6B8A6. Grayscale: #3B3B3B. Windows color (decimal): -15120551 or 5850905. OLE color: 5850905.

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

Color convert

RGB 25 71 89 -
CMYK 0.72 0.20 0 0.65
HSL 196.88º 0.56% 0.22% -
HSV(B) 196.88º 0.72% 0.35% -
XYZ 4.46 5.43 10.27 -
YUV 59.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 25 71 89 0.72 0.20 0 0.65 196.88 0.56 0.22
Hex 19 47 59 48 14 0 41 C5 38 16
Octal 31 107 131 110 24 0 101 305 70 26
Binary 11001 1000111 1011001 1001000 10100 0 1000001 11000101 111000 10110

Color Harmonies of #194759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194759

Black with #194759

Text Example


Text Example

White with #194759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194759; }

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

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

background-color css

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

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

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

border-color css

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

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

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