Html Css Color HEX #193D63 Regal Blue

📋 copy color: '#193D63'

red 25 ◦ green 61 ◦ blue 99

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

Shades of Regal Blue #193D63

Tints of Regal Blue #193D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 13.51%
G = 32.97%
B = 53.51%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#193D63 (or 0x193D63) is known color: Regal Blue. HEX triplet: 19, 3D and 63. RGB value is (25,61,99). Sum of RGB (Red+Green+Blue) = 25+61+99=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #193D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D63 is #E6C29C. Grayscale: #363636. Windows color (decimal): -15123101 or 6503705. OLE color: 6503705.

HSL color Cylindrical-coordinate representation of color #193D63: hue angle of 210.81º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193D63 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 61 99 -
CMYK 0.75 0.38 0 0.61
HSL 210.81º 0.6% 0.24% -
HSV(B) 210.81º 0.75% 0.39% -
XYZ 4.32 4.45 12.43 -
YUV 54.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 25 61 99 0.75 0.38 0 0.61 210.81 0.6 0.24
Hex 19 3D 63 4B 26 0 3D D3 3C 18
Octal 31 75 143 113 46 0 75 323 74 30
Binary 11001 111101 1100011 1001011 100110 0 111101 11010011 111100 11000

Color Harmonies of #193D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D63

Black with #193D63

Text Example


Text Example

White with #193D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,61,99); }

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

background-color css

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

 a { background-color: rgb(25,61,99); }

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

border-color css

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

 span { border-color: rgb(25,61,99); }

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