Html Css Color HEX #194963 Astronaut Blue

📋 copy color: '#194963'

red 25 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #194963

Tints of Astronaut Blue #194963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 12.69%
G = 37.06%
B = 50.25%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194963 (or 0x194963) is known color: Astronaut Blue. HEX triplet: 19, 49 and 63. RGB value is (25,73,99). Sum of RGB (Red+Green+Blue) = 25+73+99=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #194963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194963 is #E6B69C. Grayscale: #3D3D3D. Windows color (decimal): -15120029 or 6506777. OLE color: 6506777.

HSL color Cylindrical-coordinate representation of color #194963: hue angle of 201.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194963 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 73 99 -
CMYK 0.75 0.26 0 0.61
HSL 201.08º 0.6% 0.24% -
HSV(B) 201.08º 0.75% 0.39% -
XYZ 5.04 5.87 12.67 -
YUV 61.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 25 73 99 0.75 0.26 0 0.61 201.08 0.6 0.24
Hex 19 49 63 4B 1A 0 3D C9 3C 18
Octal 31 111 143 113 32 0 75 311 74 30
Binary 11001 1001001 1100011 1001011 11010 0 111101 11001001 111100 11000

Color Harmonies of #194963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194963

Black with #194963

Text Example


Text Example

White with #194963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194963; }

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

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

background-color css

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

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

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

border-color css

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

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

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