Html Css Color HEX #194568 Regal Blue

📋 copy color: '#194568'

red 25 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #194568

Tints of Regal Blue #194568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 12.63%
G = 34.85%
B = 52.53%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194568 (or 0x194568) is known color: Regal Blue. HEX triplet: 19, 45 and 68. RGB value is (25,69,104). Sum of RGB (Red+Green+Blue) = 25+69+104=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #194568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194568 is #E6BA97. Grayscale: #3B3B3B. Windows color (decimal): -15121048 or 6833433. OLE color: 6833433.

HSL color Cylindrical-coordinate representation of color #194568: hue angle of 206.58º 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 #194568 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 69 104 -
CMYK 0.76 0.34 0 0.59
HSL 206.58º 0.61% 0.25% -
HSV(B) 206.58º 0.76% 0.41% -
XYZ 5.03 5.46 13.89 -
YUV 59.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 25 69 104 0.76 0.34 0 0.59 206.58 0.61 0.25
Hex 19 45 68 4C 22 0 3B CF 3D 19
Octal 31 105 150 114 42 0 73 317 75 31
Binary 11001 1000101 1101000 1001100 100010 0 111011 11001111 111101 11001

Color Harmonies of #194568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194568

Black with #194568

Text Example


Text Example

White with #194568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194568; }

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

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

background-color css

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

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

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

border-color css

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

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

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