Html Css Color HEX #194166 Regal Blue

📋 copy color: '#194166'

red 25 ◦ green 65 ◦ blue 102

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

Shades of Regal Blue #194166

Tints of Regal Blue #194166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 13.02%
G = 33.85%
B = 53.13%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#194166 (or 0x194166) is known color: Regal Blue. HEX triplet: 19, 41 and 66. RGB value is (25,65,102). Sum of RGB (Red+Green+Blue) = 25+65+102=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #194166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194166 is #E6BE99. Grayscale: #393939. Windows color (decimal): -15122074 or 6701337. OLE color: 6701337.

HSL color Cylindrical-coordinate representation of color #194166: hue angle of 208.83º degrees, saturation: 0.61, 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 #194166 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 65 102 -
CMYK 0.75 0.36 0 0.6
HSL 208.83º 0.61% 0.25% -
HSV(B) 208.83º 0.75% 0.4% -
XYZ 4.69 4.95 13.28 -
YUV 57.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 25 65 102 0.75 0.36 0 0.6 208.83 0.61 0.25
Hex 19 41 66 4B 24 0 3C D1 3D 19
Octal 31 101 146 113 44 0 74 321 75 31
Binary 11001 1000001 1100110 1001011 100100 0 111100 11010001 111101 11001

Color Harmonies of #194166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194166

Black with #194166

Text Example


Text Example

White with #194166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194166; }

 p { color: rgb(25,65,102); }

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

background-color css

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

 a { background-color: rgb(25,65,102); }

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

border-color css

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

 span { border-color: rgb(25,65,102); }

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