Html Css Color HEX #194860 Astronaut Blue

📋 copy color: '#194860'

red 25 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #194860

Tints of Astronaut Blue #194860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 12.95%
G = 37.31%
B = 49.74%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194860 (or 0x194860) is known color: Astronaut Blue. HEX triplet: 19, 48 and 60. RGB value is (25,72,96). Sum of RGB (Red+Green+Blue) = 25+72+96=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #194860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194860 is #E6B79F. Grayscale: #3C3C3C. Windows color (decimal): -15120288 or 6309913. OLE color: 6309913.

HSL color Cylindrical-coordinate representation of color #194860: hue angle of 200.28º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194860 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 72 96 -
CMYK 0.74 0.25 0 0.62
HSL 200.28º 0.59% 0.24% -
HSV(B) 200.28º 0.74% 0.38% -
XYZ 4.83 5.69 11.91 -
YUV 60.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 25 72 96 0.74 0.25 0 0.62 200.28 0.59 0.24
Hex 19 48 60 4A 19 0 3E C8 3B 18
Octal 31 110 140 112 31 0 76 310 73 30
Binary 11001 1001000 1100000 1001010 11001 0 111110 11001000 111011 11000

Color Harmonies of #194860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194860

Black with #194860

Text Example


Text Example

White with #194860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194860; }

 p { color: rgb(25,72,96); }

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

background-color css

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

 a { background-color: rgb(25,72,96); }

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

border-color css

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

 span { border-color: rgb(25,72,96); }

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