Html Css Color HEX #194763 Astronaut Blue

📋 copy color: '#194763'

red 25 ◦ green 71 ◦ blue 99

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

Shades of Astronaut Blue #194763

Tints of Astronaut Blue #194763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 12.82%
G = 36.41%
B = 50.77%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194763 (or 0x194763) is known color: Astronaut Blue. HEX triplet: 19, 47 and 63. RGB value is (25,71,99). Sum of RGB (Red+Green+Blue) = 25+71+99=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #194763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194763 is #E6B89C. Grayscale: #3C3C3C. Windows color (decimal): -15120541 or 6506265. OLE color: 6506265.

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

Color convert

RGB 25 71 99 -
CMYK 0.75 0.28 0 0.61
HSL 202.7º 0.6% 0.24% -
HSV(B) 202.7º 0.75% 0.39% -
XYZ 4.91 5.61 12.63 -
YUV 60.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 25 71 99 0.75 0.28 0 0.61 202.7 0.6 0.24
Hex 19 47 63 4B 1C 0 3D CB 3C 18
Octal 31 107 143 113 34 0 75 313 74 30
Binary 11001 1000111 1100011 1001011 11100 0 111101 11001011 111100 11000

Color Harmonies of #194763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194763

Black with #194763

Text Example


Text Example

White with #194763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194763; }

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

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

background-color css

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

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

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

border-color css

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

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

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