Html Css Color HEX #194758 Astronaut Blue

📋 copy color: '#194758'

red 25 ◦ green 71 ◦ blue 88

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

Shades of Astronaut Blue #194758

Tints of Astronaut Blue #194758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 13.59%
G = 38.59%
B = 47.83%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194758 (or 0x194758) is known color: Astronaut Blue. HEX triplet: 19, 47 and 58. RGB value is (25,71,88). Sum of RGB (Red+Green+Blue) = 25+71+88=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #194758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194758 is #E6B8A7. Grayscale: #3B3B3B. Windows color (decimal): -15120552 or 5785369. OLE color: 5785369.

HSL color Cylindrical-coordinate representation of color #194758: hue angle of 196.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194758 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 71 88 -
CMYK 0.72 0.19 0 0.65
HSL 196.19º 0.56% 0.22% -
HSV(B) 196.19º 0.72% 0.35% -
XYZ 4.42 5.42 10.05 -
YUV 59.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 25 71 88 0.72 0.19 0 0.65 196.19 0.56 0.22
Hex 19 47 58 48 13 0 41 C4 38 16
Octal 31 107 130 110 23 0 101 304 70 26
Binary 11001 1000111 1011000 1001000 10011 0 1000001 11000100 111000 10110

Color Harmonies of #194758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194758

Black with #194758

Text Example


Text Example

White with #194758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194758; }

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

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

background-color css

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

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

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

border-color css

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

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

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