Html Css Color HEX #194E60 Astronaut Blue

📋 copy color: '#194E60'

red 25 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #194E60

Tints of Astronaut Blue #194E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 12.56%
G = 39.2%
B = 48.24%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194E60 (or 0x194E60) is known color: Astronaut Blue. HEX triplet: 19, 4E and 60. RGB value is (25,78,96). Sum of RGB (Red+Green+Blue) = 25+78+96=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #194E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E60 is #E6B19F. Grayscale: #404040. Windows color (decimal): -15118752 or 6311449. OLE color: 6311449.

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

Color convert

RGB 25 78 96 -
CMYK 0.74 0.19 0 0.62
HSL 195.21º 0.59% 0.24% -
HSV(B) 195.21º 0.74% 0.38% -
XYZ 5.24 6.5 12.04 -
YUV 64.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 25 78 96 0.74 0.19 0 0.62 195.21 0.59 0.24
Hex 19 4E 60 4A 13 0 3E C3 3B 18
Octal 31 116 140 112 23 0 76 303 73 30
Binary 11001 1001110 1100000 1001010 10011 0 111110 11000011 111011 11000

Color Harmonies of #194E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E60

Black with #194E60

Text Example


Text Example

White with #194E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194E60; }

 p { color: rgb(25,78,96); }

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

background-color css

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

 a { background-color: rgb(25,78,96); }

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

border-color css

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

 span { border-color: rgb(25,78,96); }

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