Html Css Color HEX #194163 Regal Blue

📋 copy color: '#194163'

red 25 ◦ green 65 ◦ blue 99

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

Shades of Regal Blue #194163

Tints of Regal Blue #194163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 13.23%
G = 34.39%
B = 52.38%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194163 (or 0x194163) is known color: Regal Blue. HEX triplet: 19, 41 and 63. RGB value is (25,65,99). Sum of RGB (Red+Green+Blue) = 25+65+99=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #194163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194163 is #E6BE9C. Grayscale: #383838. Windows color (decimal): -15122077 or 6504729. OLE color: 6504729.

HSL color Cylindrical-coordinate representation of color #194163: hue angle of 207.57º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194163 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 65 99 -
CMYK 0.75 0.34 0 0.61
HSL 207.57º 0.6% 0.24% -
HSV(B) 207.57º 0.75% 0.39% -
XYZ 4.54 4.89 12.51 -
YUV 56.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 25 65 99 0.75 0.34 0 0.61 207.57 0.6 0.24
Hex 19 41 63 4B 22 0 3D D0 3C 18
Octal 31 101 143 113 42 0 75 320 74 30
Binary 11001 1000001 1100011 1001011 100010 0 111101 11010000 111100 11000

Color Harmonies of #194163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194163

Black with #194163

Text Example


Text Example

White with #194163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194163; }

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

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

background-color css

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

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

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

border-color css

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

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

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