Html Css Color HEX #194559 Astronaut Blue

📋 copy color: '#194559'

red 25 ◦ green 69 ◦ blue 89

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

Shades of Astronaut Blue #194559

Tints of Astronaut Blue #194559

RGB

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

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

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

R = 13.66%
G = 37.7%
B = 48.63%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194559 (or 0x194559) is known color: Astronaut Blue. HEX triplet: 19, 45 and 59. RGB value is (25,69,89). Sum of RGB (Red+Green+Blue) = 25+69+89=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #194559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194559 is #E6BAA6. Grayscale: #3A3A3A. Windows color (decimal): -15121063 or 5850393. OLE color: 5850393.

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

Color convert

RGB 25 69 89 -
CMYK 0.72 0.22 0 0.65
HSL 198.75º 0.56% 0.22% -
HSV(B) 198.75º 0.72% 0.35% -
XYZ 4.33 5.18 10.22 -
YUV 58.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 25 69 89 0.72 0.22 0 0.65 198.75 0.56 0.22
Hex 19 45 59 48 16 0 41 C7 38 16
Octal 31 105 131 110 26 0 101 307 70 26
Binary 11001 1000101 1011001 1001000 10110 0 1000001 11000111 111000 10110

Color Harmonies of #194559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194559

Black with #194559

Text Example


Text Example

White with #194559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194559; }

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

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

background-color css

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

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

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

border-color css

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

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

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