Html Css Color HEX #194862 Astronaut Blue

📋 copy color: '#194862'

red 25 ◦ green 72 ◦ blue 98

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

Shades of Astronaut Blue #194862

Tints of Astronaut Blue #194862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 12.82%
G = 36.92%
B = 50.26%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194862 (or 0x194862) is known color: Astronaut Blue. HEX triplet: 19, 48 and 62. RGB value is (25,72,98). Sum of RGB (Red+Green+Blue) = 25+72+98=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #194862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194862 is #E6B79D. Grayscale: #3C3C3C. Windows color (decimal): -15120286 or 6440985. OLE color: 6440985.

HSL color Cylindrical-coordinate representation of color #194862: hue angle of 201.37º 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 #194862 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 72 98 -
CMYK 0.74 0.27 0 0.62
HSL 201.37º 0.59% 0.24% -
HSV(B) 201.37º 0.74% 0.38% -
XYZ 4.92 5.72 12.4 -
YUV 60.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 25 72 98 0.74 0.27 0 0.62 201.37 0.59 0.24
Hex 19 48 62 4A 1B 0 3E C9 3B 18
Octal 31 110 142 112 33 0 76 311 73 30
Binary 11001 1001000 1100010 1001010 11011 0 111110 11001001 111011 11000

Color Harmonies of #194862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194862

Black with #194862

Text Example


Text Example

White with #194862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194862; }

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

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

background-color css

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

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

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

border-color css

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

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

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