Html Css Color HEX #194869 Astronaut Blue

📋 copy color: '#194869'

red 25 ◦ green 72 ◦ blue 105

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

Shades of Astronaut Blue #194869

Tints of Astronaut Blue #194869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 12.38%
G = 35.64%
B = 51.98%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194869 (or 0x194869) is known color: Astronaut Blue. HEX triplet: 19, 48 and 69. RGB value is (25,72,105). Sum of RGB (Red+Green+Blue) = 25+72+105=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #194869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194869 is #E6B796. Grayscale: #3D3D3D. Windows color (decimal): -15120279 or 6899737. OLE color: 6899737.

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

Color convert

RGB 25 72 105 -
CMYK 0.76 0.31 0 0.59
HSL 204.75º 0.62% 0.25% -
HSV(B) 204.75º 0.76% 0.41% -
XYZ 5.27 5.86 14.22 -
YUV 61.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 25 72 105 0.76 0.31 0 0.59 204.75 0.62 0.25
Hex 19 48 69 4C 1F 0 3B CD 3E 19
Octal 31 110 151 114 37 0 73 315 76 31
Binary 11001 1001000 1101001 1001100 11111 0 111011 11001101 111110 11001

Color Harmonies of #194869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194869

Black with #194869

Text Example


Text Example

White with #194869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194869; }

 p { color: rgb(25,72,105); }

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

background-color css

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

 a { background-color: rgb(25,72,105); }

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

border-color css

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

 span { border-color: rgb(25,72,105); }

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