Html Css Color HEX #194365 Regal Blue

📋 copy color: '#194365'

red 25 ◦ green 67 ◦ blue 101

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

Shades of Regal Blue #194365

Tints of Regal Blue #194365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 12.95%
G = 34.72%
B = 52.33%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194365 (or 0x194365) is known color: Regal Blue. HEX triplet: 19, 43 and 65. RGB value is (25,67,101). Sum of RGB (Red+Green+Blue) = 25+67+101=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #194365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194365 is #E6BC9A. Grayscale: #3A3A3A. Windows color (decimal): -15121563 or 6636313. OLE color: 6636313.

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

Color convert

RGB 25 67 101 -
CMYK 0.75 0.34 0 0.60
HSL 206.84º 0.6% 0.25% -
HSV(B) 206.84º 0.75% 0.4% -
XYZ 4.76 5.16 13.06 -
YUV 58.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 25 67 101 0.75 0.34 0 0.60 206.84 0.6 0.25
Hex 19 43 65 4B 22 0 3C CF 3C 19
Octal 31 103 145 113 42 0 74 317 74 31
Binary 11001 1000011 1100101 1001011 100010 0 111100 11001111 111100 11001

Color Harmonies of #194365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194365

Black with #194365

Text Example


Text Example

White with #194365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194365; }

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

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

background-color css

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

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

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

border-color css

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

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

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