Html Css Color HEX #193451 Regal Blue

📋 copy color: '#193451'

red 25 ◦ green 52 ◦ blue 81

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

Shades of Regal Blue #193451

Tints of Regal Blue #193451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 15.82%
G = 32.91%
B = 51.27%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193451 (or 0x193451) is known color: Regal Blue. HEX triplet: 19, 34 and 51. RGB value is (25,52,81). Sum of RGB (Red+Green+Blue) = 25+52+81=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #193451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193451 is #E6CBAE. Grayscale: #2F2F2F. Windows color (decimal): -15125423 or 5321753. OLE color: 5321753.

HSL color Cylindrical-coordinate representation of color #193451: hue angle of 211.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193451 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 52 81 -
CMYK 0.69 0.36 0 0.68
HSL 211.07º 0.53% 0.21% -
HSV(B) 211.07º 0.69% 0.32% -
XYZ 3.11 3.26 8.25 -
YUV 47.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 25 52 81 0.69 0.36 0 0.68 211.07 0.53 0.21
Hex 19 34 51 45 24 0 44 D3 35 15
Octal 31 64 121 105 44 0 104 323 65 25
Binary 11001 110100 1010001 1000101 100100 0 1000100 11010011 110101 10101

Color Harmonies of #193451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193451

Black with #193451

Text Example


Text Example

White with #193451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193451; }

 p { color: rgb(25,52,81); }

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

background-color css

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

 a { background-color: rgb(25,52,81); }

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

border-color css

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

 span { border-color: rgb(25,52,81); }

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