Html Css Color HEX #194368 Regal Blue

📋 copy color: '#194368'

red 25 ◦ green 67 ◦ blue 104

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

Shades of Regal Blue #194368

Tints of Regal Blue #194368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 12.76%
G = 34.18%
B = 53.06%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194368 (or 0x194368) is known color: Regal Blue. HEX triplet: 19, 43 and 68. RGB value is (25,67,104). Sum of RGB (Red+Green+Blue) = 25+67+104=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #194368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194368 is #E6BC97. Grayscale: #3A3A3A. Windows color (decimal): -15121560 or 6832921. OLE color: 6832921.

HSL color Cylindrical-coordinate representation of color #194368: hue angle of 208.1º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194368 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 67 104 -
CMYK 0.76 0.36 0 0.59
HSL 208.1º 0.61% 0.25% -
HSV(B) 208.1º 0.76% 0.41% -
XYZ 4.91 5.22 13.85 -
YUV 58.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 25 67 104 0.76 0.36 0 0.59 208.1 0.61 0.25
Hex 19 43 68 4C 24 0 3B D0 3D 19
Octal 31 103 150 114 44 0 73 320 75 31
Binary 11001 1000011 1101000 1001100 100100 0 111011 11010000 111101 11001

Color Harmonies of #194368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194368

Black with #194368

Text Example


Text Example

White with #194368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194368; }

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

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

background-color css

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

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

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

border-color css

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

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

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