Html Css Color HEX #194757 Astronaut Blue

📋 copy color: '#194757'

red 25 ◦ green 71 ◦ blue 87

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

Shades of Astronaut Blue #194757

Tints of Astronaut Blue #194757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 13.66%
G = 38.8%
B = 47.54%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194757 (or 0x194757) is known color: Astronaut Blue. HEX triplet: 19, 47 and 57. RGB value is (25,71,87). Sum of RGB (Red+Green+Blue) = 25+71+87=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #194757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194757 is #E6B8A8. Grayscale: #3A3A3A. Windows color (decimal): -15120553 or 5719833. OLE color: 5719833.

HSL color Cylindrical-coordinate representation of color #194757: hue angle of 195.48º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194757 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 71 87 -
CMYK 0.71 0.18 0 0.66
HSL 195.48º 0.55% 0.22% -
HSV(B) 195.48º 0.71% 0.34% -
XYZ 4.37 5.4 9.83 -
YUV 59.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 25 71 87 0.71 0.18 0 0.66 195.48 0.55 0.22
Hex 19 47 57 47 12 0 42 C3 37 16
Octal 31 107 127 107 22 0 102 303 67 26
Binary 11001 1000111 1010111 1000111 10010 0 1000010 11000011 110111 10110

Color Harmonies of #194757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194757

Black with #194757

Text Example


Text Example

White with #194757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194757; }

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

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

background-color css

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

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

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

border-color css

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

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

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