Html Css Color HEX #194361 Regal Blue

📋 copy color: '#194361'

red 25 ◦ green 67 ◦ blue 97

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

Shades of Regal Blue #194361

Tints of Regal Blue #194361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 13.23%
G = 35.45%
B = 51.32%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194361 (or 0x194361) is known color: Regal Blue. HEX triplet: 19, 43 and 61. RGB value is (25,67,97). Sum of RGB (Red+Green+Blue) = 25+67+97=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #194361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194361 is #E6BC9E. Grayscale: #393939. Windows color (decimal): -15121567 or 6374169. OLE color: 6374169.

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

Color convert

RGB 25 67 97 -
CMYK 0.74 0.31 0 0.62
HSL 205º 0.59% 0.24% -
HSV(B) 205º 0.74% 0.38% -
XYZ 4.57 5.08 12.05 -
YUV 57.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 25 67 97 0.74 0.31 0 0.62 205 0.59 0.24
Hex 19 43 61 4A 1F 0 3E CD 3B 18
Octal 31 103 141 112 37 0 76 315 73 30
Binary 11001 1000011 1100001 1001010 11111 0 111110 11001101 111011 11000

Color Harmonies of #194361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194361

Black with #194361

Text Example


Text Example

White with #194361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194361; }

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

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

background-color css

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

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

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

border-color css

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

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

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