Html Css Color HEX #194961 Astronaut Blue

📋 copy color: '#194961'

red 25 ◦ green 73 ◦ blue 97

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

Shades of Astronaut Blue #194961

Tints of Astronaut Blue #194961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 12.82%
G = 37.44%
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

#194961 (or 0x194961) is known color: Astronaut Blue. HEX triplet: 19, 49 and 61. RGB value is (25,73,97). Sum of RGB (Red+Green+Blue) = 25+73+97=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #194961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194961 is #E6B69E. Grayscale: #3D3D3D. Windows color (decimal): -15120031 or 6375705. OLE color: 6375705.

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

Color convert

RGB 25 73 97 -
CMYK 0.74 0.25 0 0.62
HSL 200º 0.59% 0.24% -
HSV(B) 200º 0.74% 0.38% -
XYZ 4.94 5.83 12.18 -
YUV 61.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 25 73 97 0.74 0.25 0 0.62 200 0.59 0.24
Hex 19 49 61 4A 19 0 3E C8 3B 18
Octal 31 111 141 112 31 0 76 310 73 30
Binary 11001 1001001 1100001 1001010 11001 0 111110 11001000 111011 11000

Color Harmonies of #194961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194961

Black with #194961

Text Example


Text Example

White with #194961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194961; }

 p { color: rgb(25,73,97); }

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

background-color css

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

 a { background-color: rgb(25,73,97); }

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

border-color css

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

 span { border-color: rgb(25,73,97); }

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