Html Css Color HEX #194656 Astronaut Blue

📋 copy color: '#194656'

red 25 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #194656

Tints of Astronaut Blue #194656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 13.81%
G = 38.67%
B = 47.51%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194656 (or 0x194656) is known color: Astronaut Blue. HEX triplet: 19, 46 and 56. RGB value is (25,70,86). Sum of RGB (Red+Green+Blue) = 25+70+86=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #194656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194656 is #E6B9A9. Grayscale: #3A3A3A. Windows color (decimal): -15120810 or 5654041. OLE color: 5654041.

HSL color Cylindrical-coordinate representation of color #194656: hue angle of 195.74º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194656 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 70 86 -
CMYK 0.71 0.19 0 0.66
HSL 195.74º 0.55% 0.22% -
HSV(B) 195.74º 0.71% 0.34% -
XYZ 4.27 5.26 9.59 -
YUV 58.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 25 70 86 0.71 0.19 0 0.66 195.74 0.55 0.22
Hex 19 46 56 47 13 0 42 C4 37 16
Octal 31 106 126 107 23 0 102 304 67 26
Binary 11001 1000110 1010110 1000111 10011 0 1000010 11000100 110111 10110

Color Harmonies of #194656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194656

Black with #194656

Text Example


Text Example

White with #194656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194656; }

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

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

background-color css

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

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

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

border-color css

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

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

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