Html Css Color HEX #193B51 Regal Blue

📋 copy color: '#193B51'

red 25 ◦ green 59 ◦ blue 81

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

Shades of Regal Blue #193B51

Tints of Regal Blue #193B51

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

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

R = 15.15%
G = 35.76%
B = 49.09%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193B51 (or 0x193B51) is known color: Regal Blue. HEX triplet: 19, 3B and 51. RGB value is (25,59,81). Sum of RGB (Red+Green+Blue) = 25+59+81=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #193B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B51 is #E6C4AE. Grayscale: #333333. Windows color (decimal): -15123631 or 5323545. OLE color: 5323545.

HSL color Cylindrical-coordinate representation of color #193B51: hue angle of 203.57º 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 #193B51 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 59 81 -
CMYK 0.69 0.27 0 0.68
HSL 203.57º 0.53% 0.21% -
HSV(B) 203.57º 0.69% 0.32% -
XYZ 3.45 3.93 8.36 -
YUV 51.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 25 59 81 0.69 0.27 0 0.68 203.57 0.53 0.21
Hex 19 3B 51 45 1B 0 44 CC 35 15
Octal 31 73 121 105 33 0 104 314 65 25
Binary 11001 111011 1010001 1000101 11011 0 1000100 11001100 110101 10101

Color Harmonies of #193B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B51

Black with #193B51

Text Example


Text Example

White with #193B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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