Html Css Color HEX #194865 Astronaut Blue

📋 copy color: '#194865'

red 25 ◦ green 72 ◦ blue 101

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

Shades of Astronaut Blue #194865

Tints of Astronaut Blue #194865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 12.63%
G = 36.36%
B = 51.01%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194865 (or 0x194865) is known color: Astronaut Blue. HEX triplet: 19, 48 and 65. RGB value is (25,72,101). Sum of RGB (Red+Green+Blue) = 25+72+101=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #194865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194865 is #E6B79A. Grayscale: #3D3D3D. Windows color (decimal): -15120283 or 6637593. OLE color: 6637593.

HSL color Cylindrical-coordinate representation of color #194865: hue angle of 202.89º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194865 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 72 101 -
CMYK 0.75 0.29 0 0.60
HSL 202.89º 0.6% 0.25% -
HSV(B) 202.89º 0.75% 0.4% -
XYZ 5.07 5.78 13.16 -
YUV 61.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 25 72 101 0.75 0.29 0 0.60 202.89 0.6 0.25
Hex 19 48 65 4B 1D 0 3C CB 3C 19
Octal 31 110 145 113 35 0 74 313 74 31
Binary 11001 1001000 1100101 1001011 11101 0 111100 11001011 111100 11001

Color Harmonies of #194865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194865

Black with #194865

Text Example


Text Example

White with #194865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194865; }

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

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

background-color css

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

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

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

border-color css

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

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

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