Html Css Color HEX #194966 Astronaut Blue

📋 copy color: '#194966'

red 25 ◦ green 73 ◦ blue 102

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

Shades of Astronaut Blue #194966

Tints of Astronaut Blue #194966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51%

R = 12.5%
G = 36.5%
B = 51%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#194966 (or 0x194966) is known color: Astronaut Blue. HEX triplet: 19, 49 and 66. RGB value is (25,73,102). Sum of RGB (Red+Green+Blue) = 25+73+102=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #194966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194966 is #E6B699. Grayscale: #3D3D3D. Windows color (decimal): -15120026 or 6703385. OLE color: 6703385.

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

Color convert

RGB 25 73 102 -
CMYK 0.75 0.28 0 0.6
HSL 202.6º 0.61% 0.25% -
HSV(B) 202.6º 0.75% 0.4% -
XYZ 5.18 5.93 13.44 -
YUV 61.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 25 73 102 0.75 0.28 0 0.6 202.6 0.61 0.25
Hex 19 49 66 4B 1C 0 3C CB 3D 19
Octal 31 111 146 113 34 0 74 313 75 31
Binary 11001 1001001 1100110 1001011 11100 0 111100 11001011 111101 11001

Color Harmonies of #194966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194966

Black with #194966

Text Example


Text Example

White with #194966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194966; }

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

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

background-color css

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

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

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

border-color css

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

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

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