Html Css Color HEX #194157 Astronaut Blue

📋 copy color: '#194157'

red 25 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #194157

Tints of Astronaut Blue #194157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 14.12%
G = 36.72%
B = 49.15%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194157 (or 0x194157) is known color: Astronaut Blue. HEX triplet: 19, 41 and 57. RGB value is (25,65,87). Sum of RGB (Red+Green+Blue) = 25+65+87=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #194157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194157 is #E6BEA8. Grayscale: #373737. Windows color (decimal): -15122089 or 5718297. OLE color: 5718297.

HSL color Cylindrical-coordinate representation of color #194157: hue angle of 201.29º 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 #194157 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 65 87 -
CMYK 0.71 0.25 0 0.66
HSL 201.29º 0.55% 0.22% -
HSV(B) 201.29º 0.71% 0.34% -
XYZ 4.01 4.68 9.71 -
YUV 55.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 25 65 87 0.71 0.25 0 0.66 201.29 0.55 0.22
Hex 19 41 57 47 19 0 42 C9 37 16
Octal 31 101 127 107 31 0 102 311 67 26
Binary 11001 1000001 1010111 1000111 11001 0 1000010 11001001 110111 10110

Color Harmonies of #194157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194157

Black with #194157

Text Example


Text Example

White with #194157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194157; }

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

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

background-color css

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

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

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

border-color css

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

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

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