Html Css Color HEX #194660 Astronaut Blue

📋 copy color: '#194660'

red 25 ◦ green 70 ◦ blue 96

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

Shades of Astronaut Blue #194660

Tints of Astronaut Blue #194660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 13.09%
G = 36.65%
B = 50.26%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194660 (or 0x194660) is known color: Astronaut Blue. HEX triplet: 19, 46 and 60. RGB value is (25,70,96). Sum of RGB (Red+Green+Blue) = 25+70+96=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #194660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194660 is #E6B99F. Grayscale: #3B3B3B. Windows color (decimal): -15120800 or 6309401. OLE color: 6309401.

HSL color Cylindrical-coordinate representation of color #194660: hue angle of 201.97º 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 #194660 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 70 96 -
CMYK 0.74 0.27 0 0.62
HSL 201.97º 0.59% 0.24% -
HSV(B) 201.97º 0.74% 0.38% -
XYZ 4.7 5.43 11.87 -
YUV 59.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 25 70 96 0.74 0.27 0 0.62 201.97 0.59 0.24
Hex 19 46 60 4A 1B 0 3E CA 3B 18
Octal 31 106 140 112 33 0 76 312 73 30
Binary 11001 1000110 1100000 1001010 11011 0 111110 11001010 111011 11000

Color Harmonies of #194660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194660

Black with #194660

Text Example


Text Example

White with #194660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194660; }

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

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

background-color css

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

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

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

border-color css

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

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

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