Html Css Color HEX #194668 Astronaut Blue

📋 copy color: '#194668'

red 25 ◦ green 70 ◦ blue 104

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

Shades of Astronaut Blue #194668

Tints of Astronaut Blue #194668

RGB

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

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

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

R = 12.56%
G = 35.18%
B = 52.26%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194668 (or 0x194668) is known color: Astronaut Blue. HEX triplet: 19, 46 and 68. RGB value is (25,70,104). Sum of RGB (Red+Green+Blue) = 25+70+104=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #194668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194668 is #E6B997. Grayscale: #3C3C3C. Windows color (decimal): -15120792 or 6833689. OLE color: 6833689.

HSL color Cylindrical-coordinate representation of color #194668: hue angle of 205.82º 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 #194668 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 70 104 -
CMYK 0.76 0.33 0 0.59
HSL 205.82º 0.61% 0.25% -
HSV(B) 205.82º 0.76% 0.41% -
XYZ 5.09 5.59 13.91 -
YUV 60.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 25 70 104 0.76 0.33 0 0.59 205.82 0.61 0.25
Hex 19 46 68 4C 21 0 3B CE 3D 19
Octal 31 106 150 114 41 0 73 316 75 31
Binary 11001 1000110 1101000 1001100 100001 0 111011 11001110 111101 11001

Color Harmonies of #194668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194668

Black with #194668

Text Example


Text Example

White with #194668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194668; }

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

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

background-color css

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

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

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

border-color css

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

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

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