Html Css Color HEX #193654 Regal Blue

📋 copy color: '#193654'

red 25 ◦ green 54 ◦ blue 84

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

Shades of Regal Blue #193654

Tints of Regal Blue #193654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.13%

 BLUE value IS 84 (33.2% from 255) = 51.53%

R = 15.34%
G = 33.13%
B = 51.53%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193654 (or 0x193654) is known color: Regal Blue. HEX triplet: 19, 36 and 54. RGB value is (25,54,84). Sum of RGB (Red+Green+Blue) = 25+54+84=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #193654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193654 is #E6C9AB. Grayscale: #303030. Windows color (decimal): -15124908 or 5518873. OLE color: 5518873.

HSL color Cylindrical-coordinate representation of color #193654: hue angle of 210.51º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193654 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 54 84 -
CMYK 0.70 0.36 0 0.67
HSL 210.51º 0.54% 0.21% -
HSV(B) 210.51º 0.7% 0.33% -
XYZ 3.32 3.49 8.89 -
YUV 48.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 25 54 84 0.70 0.36 0 0.67 210.51 0.54 0.21
Hex 19 36 54 46 24 0 43 D3 36 15
Octal 31 66 124 106 44 0 103 323 66 25
Binary 11001 110110 1010100 1000110 100100 0 1000011 11010011 110110 10101

Color Harmonies of #193654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193654

Black with #193654

Text Example


Text Example

White with #193654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193654; }

 p { color: rgb(25,54,84); }

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

background-color css

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

 a { background-color: rgb(25,54,84); }

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

border-color css

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

 span { border-color: rgb(25,54,84); }

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