Html Css Color HEX #194160 Regal Blue

📋 copy color: '#194160'

red 25 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #194160

Tints of Regal Blue #194160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 13.44%
G = 34.95%
B = 51.61%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194160 (or 0x194160) is known color: Regal Blue. HEX triplet: 19, 41 and 60. RGB value is (25,65,96). Sum of RGB (Red+Green+Blue) = 25+65+96=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #194160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194160 is #E6BE9F. Grayscale: #383838. Windows color (decimal): -15122080 or 6308121. OLE color: 6308121.

HSL color Cylindrical-coordinate representation of color #194160: hue angle of 206.2º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194160 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 65 96 -
CMYK 0.74 0.32 0 0.62
HSL 206.2º 0.59% 0.24% -
HSV(B) 206.2º 0.74% 0.38% -
XYZ 4.4 4.83 11.77 -
YUV 56.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 25 65 96 0.74 0.32 0 0.62 206.2 0.59 0.24
Hex 19 41 60 4A 20 0 3E CE 3B 18
Octal 31 101 140 112 40 0 76 316 73 30
Binary 11001 1000001 1100000 1001010 100000 0 111110 11001110 111011 11000

Color Harmonies of #194160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194160

Black with #194160

Text Example


Text Example

White with #194160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194160; }

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

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

background-color css

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

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

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

border-color css

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

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

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