Html Css Color HEX #193C53 Regal Blue

📋 copy color: '#193C53'

red 25 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #193C53

Tints of Regal Blue #193C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

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

R = 14.88%
G = 35.71%
B = 49.4%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193C53 (or 0x193C53) is known color: Regal Blue. HEX triplet: 19, 3C and 53. RGB value is (25,60,83). Sum of RGB (Red+Green+Blue) = 25+60+83=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #193C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C53 is #E6C3AC. Grayscale: #343434. Windows color (decimal): -15123373 or 5454873. OLE color: 5454873.

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

Color convert

RGB 25 60 83 -
CMYK 0.70 0.28 0 0.67
HSL 203.79º 0.54% 0.21% -
HSV(B) 203.79º 0.7% 0.33% -
XYZ 3.58 4.06 8.78 -
YUV 52.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 25 60 83 0.70 0.28 0 0.67 203.79 0.54 0.21
Hex 19 3C 53 46 1C 0 43 CC 36 15
Octal 31 74 123 106 34 0 103 314 66 25
Binary 11001 111100 1010011 1000110 11100 0 1000011 11001100 110110 10101

Color Harmonies of #193C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C53

Black with #193C53

Text Example


Text Example

White with #193C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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