Html Css Color HEX #194261 Regal Blue

📋 copy color: '#194261'

red 25 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #194261

Tints of Regal Blue #194261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 13.3%
G = 35.11%
B = 51.6%

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

#194261 (or 0x194261) is known color: Regal Blue. HEX triplet: 19, 42 and 61. RGB value is (25,66,97). Sum of RGB (Red+Green+Blue) = 25+66+97=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #194261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194261 is #E6BD9E. Grayscale: #393939. Windows color (decimal): -15121823 or 6373913. OLE color: 6373913.

HSL color Cylindrical-coordinate representation of color #194261: hue angle of 205.83º 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 #194261 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 66 97 -
CMYK 0.74 0.32 0 0.62
HSL 205.83º 0.59% 0.24% -
HSV(B) 205.83º 0.74% 0.38% -
XYZ 4.51 4.97 12.03 -
YUV 57.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 25 66 97 0.74 0.32 0 0.62 205.83 0.59 0.24
Hex 19 42 61 4A 20 0 3E CE 3B 18
Octal 31 102 141 112 40 0 76 316 73 30
Binary 11001 1000010 1100001 1001010 100000 0 111110 11001110 111011 11000

Color Harmonies of #194261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194261

Black with #194261

Text Example


Text Example

White with #194261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194261; }

 p { color: rgb(25,66,97); }

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

background-color css

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

 a { background-color: rgb(25,66,97); }

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

border-color css

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

 span { border-color: rgb(25,66,97); }

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