Html Css Color HEX #194460 Astronaut Blue

📋 copy color: '#194460'

red 25 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #194460

Tints of Astronaut Blue #194460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

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

R = 13.23%
G = 35.98%
B = 50.79%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194460 (or 0x194460) is known color: Astronaut Blue. HEX triplet: 19, 44 and 60. RGB value is (25,68,96). Sum of RGB (Red+Green+Blue) = 25+68+96=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #194460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194460 is #E6BB9F. Grayscale: #3A3A3A. Windows color (decimal): -15121312 or 6308889. OLE color: 6308889.

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

Color convert

RGB 25 68 96 -
CMYK 0.74 0.29 0 0.62
HSL 203.66º 0.59% 0.24% -
HSV(B) 203.66º 0.74% 0.38% -
XYZ 4.58 5.19 11.83 -
YUV 58.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 25 68 96 0.74 0.29 0 0.62 203.66 0.59 0.24
Hex 19 44 60 4A 1D 0 3E CC 3B 18
Octal 31 104 140 112 35 0 76 314 73 30
Binary 11001 1000100 1100000 1001010 11101 0 111110 11001100 111011 11000

Color Harmonies of #194460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194460

Black with #194460

Text Example


Text Example

White with #194460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194460; }

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

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

background-color css

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

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

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

border-color css

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

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

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