Html Css Color HEX #194662 Astronaut Blue

📋 copy color: '#194662'

red 25 ◦ green 70 ◦ blue 98

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

Shades of Astronaut Blue #194662

Tints of Astronaut Blue #194662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 12.95%
G = 36.27%
B = 50.78%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194662 (or 0x194662) is known color: Astronaut Blue. HEX triplet: 19, 46 and 62. RGB value is (25,70,98). Sum of RGB (Red+Green+Blue) = 25+70+98=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #194662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194662 is #E6B99D. Grayscale: #3B3B3B. Windows color (decimal): -15120798 or 6440473. OLE color: 6440473.

HSL color Cylindrical-coordinate representation of color #194662: hue angle of 203.01º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194662 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 70 98 -
CMYK 0.74 0.29 0 0.62
HSL 203.01º 0.59% 0.24% -
HSV(B) 203.01º 0.74% 0.38% -
XYZ 4.8 5.47 12.36 -
YUV 59.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 25 70 98 0.74 0.29 0 0.62 203.01 0.59 0.24
Hex 19 46 62 4A 1D 0 3E CB 3B 18
Octal 31 106 142 112 35 0 76 313 73 30
Binary 11001 1000110 1100010 1001010 11101 0 111110 11001011 111011 11000

Color Harmonies of #194662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194662

Black with #194662

Text Example


Text Example

White with #194662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194662; }

 p { color: rgb(25,70,98); }

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

background-color css

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

 a { background-color: rgb(25,70,98); }

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

border-color css

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

 span { border-color: rgb(25,70,98); }

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