Html Css Color HEX #194768 Astronaut Blue

📋 copy color: '#194768'

red 25 ◦ green 71 ◦ blue 104

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

Shades of Astronaut Blue #194768

Tints of Astronaut Blue #194768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52%

R = 12.5%
G = 35.5%
B = 52%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194768 (or 0x194768) is known color: Astronaut Blue. HEX triplet: 19, 47 and 68. RGB value is (25,71,104). Sum of RGB (Red+Green+Blue) = 25+71+104=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #194768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194768 is #E6B897. Grayscale: #3C3C3C. Windows color (decimal): -15120536 or 6833945. OLE color: 6833945.

HSL color Cylindrical-coordinate representation of color #194768: hue angle of 205.06º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194768 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 71 104 -
CMYK 0.76 0.32 0 0.59
HSL 205.06º 0.61% 0.25% -
HSV(B) 205.06º 0.76% 0.41% -
XYZ 5.15 5.71 13.93 -
YUV 61.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 25 71 104 0.76 0.32 0 0.59 205.06 0.61 0.25
Hex 19 47 68 4C 20 0 3B CD 3D 19
Octal 31 107 150 114 40 0 73 315 75 31
Binary 11001 1000111 1101000 1001100 100000 0 111011 11001101 111101 11001

Color Harmonies of #194768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194768

Black with #194768

Text Example


Text Example

White with #194768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194768; }

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

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

background-color css

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

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

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

border-color css

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

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

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