Html Css Color HEX #194056 Astronaut Blue

📋 copy color: '#194056'

red 25 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #194056

Tints of Astronaut Blue #194056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 14.29%
G = 36.57%
B = 49.14%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194056 (or 0x194056) is known color: Astronaut Blue. HEX triplet: 19, 40 and 56. RGB value is (25,64,86). Sum of RGB (Red+Green+Blue) = 25+64+86=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #194056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194056 is #E6BFA9. Grayscale: #363636. Windows color (decimal): -15122346 or 5652505. OLE color: 5652505.

HSL color Cylindrical-coordinate representation of color #194056: hue angle of 201.64º 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 #194056 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 64 86 -
CMYK 0.71 0.26 0 0.66
HSL 201.64º 0.55% 0.22% -
HSV(B) 201.64º 0.71% 0.34% -
XYZ 3.91 4.55 9.48 -
YUV 54.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 25 64 86 0.71 0.26 0 0.66 201.64 0.55 0.22
Hex 19 40 56 47 1A 0 42 CA 37 16
Octal 31 100 126 107 32 0 102 312 67 26
Binary 11001 1000000 1010110 1000111 11010 0 1000010 11001010 110111 10110

Color Harmonies of #194056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194056

Black with #194056

Text Example


Text Example

White with #194056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194056; }

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

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

background-color css

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

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

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

border-color css

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

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

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