Html Css Color HEX #193B53 Regal Blue

📋 copy color: '#193B53'

red 25 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #193B53

Tints of Regal Blue #193B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 14.97%
G = 35.33%
B = 49.7%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193B53 (or 0x193B53) is known color: Regal Blue. HEX triplet: 19, 3B and 53. RGB value is (25,59,83). Sum of RGB (Red+Green+Blue) = 25+59+83=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #193B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B53 is #E6C4AC. Grayscale: #333333. Windows color (decimal): -15123629 or 5454617. OLE color: 5454617.

HSL color Cylindrical-coordinate representation of color #193B53: hue angle of 204.83º 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 #193B53 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 59 83 -
CMYK 0.70 0.29 0 0.67
HSL 204.83º 0.54% 0.21% -
HSV(B) 204.83º 0.7% 0.33% -
XYZ 3.53 3.96 8.76 -
YUV 51.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 25 59 83 0.70 0.29 0 0.67 204.83 0.54 0.21
Hex 19 3B 53 46 1D 0 43 CD 36 15
Octal 31 73 123 106 35 0 103 315 66 25
Binary 11001 111011 1010011 1000110 11101 0 1000011 11001101 110110 10101

Color Harmonies of #193B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B53

Black with #193B53

Text Example


Text Example

White with #193B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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