Html Css Color HEX #194965 Astronaut Blue

📋 copy color: '#194965'

red 25 ◦ green 73 ◦ blue 101

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

Shades of Astronaut Blue #194965

Tints of Astronaut Blue #194965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 12.56%
G = 36.68%
B = 50.75%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194965 (or 0x194965) is known color: Astronaut Blue. HEX triplet: 19, 49 and 65. RGB value is (25,73,101). Sum of RGB (Red+Green+Blue) = 25+73+101=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #194965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194965 is #E6B69A. Grayscale: #3D3D3D. Windows color (decimal): -15120027 or 6637849. OLE color: 6637849.

HSL color Cylindrical-coordinate representation of color #194965: hue angle of 202.11º degrees, saturation: 0.6, 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 #194965 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 73 101 -
CMYK 0.75 0.28 0 0.60
HSL 202.11º 0.6% 0.25% -
HSV(B) 202.11º 0.75% 0.4% -
XYZ 5.13 5.91 13.18 -
YUV 61.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 25 73 101 0.75 0.28 0 0.60 202.11 0.6 0.25
Hex 19 49 65 4B 1C 0 3C CA 3C 19
Octal 31 111 145 113 34 0 74 312 74 31
Binary 11001 1001001 1100101 1001011 11100 0 111100 11001010 111100 11001

Color Harmonies of #194965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194965

Black with #194965

Text Example


Text Example

White with #194965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194965; }

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

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

background-color css

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

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

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

border-color css

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

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

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