Html Css Color HEX #194557 Astronaut Blue

📋 copy color: '#194557'

red 25 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #194557

Tints of Astronaut Blue #194557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

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

R = 13.81%
G = 38.12%
B = 48.07%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194557 (or 0x194557) is known color: Astronaut Blue. HEX triplet: 19, 45 and 57. RGB value is (25,69,87). Sum of RGB (Red+Green+Blue) = 25+69+87=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #194557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194557 is #E6BAA8. Grayscale: #393939. Windows color (decimal): -15121065 or 5719321. OLE color: 5719321.

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

Color convert

RGB 25 69 87 -
CMYK 0.71 0.21 0 0.66
HSL 197.42º 0.55% 0.22% -
HSV(B) 197.42º 0.71% 0.34% -
XYZ 4.25 5.15 9.79 -
YUV 57.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 25 69 87 0.71 0.21 0 0.66 197.42 0.55 0.22
Hex 19 45 57 47 15 0 42 C5 37 16
Octal 31 105 127 107 25 0 102 305 67 26
Binary 11001 1000101 1010111 1000111 10101 0 1000010 11000101 110111 10110

Color Harmonies of #194557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194557

Black with #194557

Text Example


Text Example

White with #194557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194557; }

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

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

background-color css

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

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

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

border-color css

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

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

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