Html Css Color HEX #194766 Astronaut Blue

📋 copy color: '#194766'

red 25 ◦ green 71 ◦ blue 102

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

Shades of Astronaut Blue #194766

Tints of Astronaut Blue #194766

RGB

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

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

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

R = 12.63%
G = 35.86%
B = 51.52%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#194766 (or 0x194766) is known color: Astronaut Blue. HEX triplet: 19, 47 and 66. RGB value is (25,71,102). Sum of RGB (Red+Green+Blue) = 25+71+102=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #194766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194766 is #E6B899. Grayscale: #3C3C3C. Windows color (decimal): -15120538 or 6702873. OLE color: 6702873.

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

Color convert

RGB 25 71 102 -
CMYK 0.75 0.30 0 0.6
HSL 204.16º 0.61% 0.25% -
HSV(B) 204.16º 0.75% 0.4% -
XYZ 5.05 5.67 13.4 -
YUV 60.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 25 71 102 0.75 0.30 0 0.6 204.16 0.61 0.25
Hex 19 47 66 4B 1E 0 3C CC 3D 19
Octal 31 107 146 113 36 0 74 314 75 31
Binary 11001 1000111 1100110 1001011 11110 0 111100 11001100 111101 11001

Color Harmonies of #194766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194766

Black with #194766

Text Example


Text Example

White with #194766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194766; }

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

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

background-color css

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

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

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

border-color css

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

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

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