Html Css Color HEX #193C5D Regal Blue

📋 copy color: '#193C5D'

red 25 ◦ green 60 ◦ blue 93

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

Shades of Regal Blue #193C5D

Tints of Regal Blue #193C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 14.04%
G = 33.71%
B = 52.25%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#193C5D (or 0x193C5D) is known color: Regal Blue. HEX triplet: 19, 3C and 5D. RGB value is (25,60,93). Sum of RGB (Red+Green+Blue) = 25+60+93=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #193C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C5D is #E6C3A2. Grayscale: #353535. Windows color (decimal): -15123363 or 6110233. OLE color: 6110233.

HSL color Cylindrical-coordinate representation of color #193C5D: hue angle of 209.12º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193C5D is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 60 93 -
CMYK 0.73 0.35 0 0.64
HSL 209.12º 0.58% 0.23% -
HSV(B) 209.12º 0.73% 0.36% -
XYZ 3.99 4.23 10.96 -
YUV 53.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 25 60 93 0.73 0.35 0 0.64 209.12 0.58 0.23
Hex 19 3C 5D 49 23 0 40 D1 3A 17
Octal 31 74 135 111 43 0 100 321 72 27
Binary 11001 111100 1011101 1001001 100011 0 1000000 11010001 111010 10111

Color Harmonies of #193C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C5D

Black with #193C5D

Text Example


Text Example

White with #193C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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