Html Css Color HEX #193D5F Regal Blue

📋 copy color: '#193D5F'

red 25 ◦ green 61 ◦ blue 95

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

Shades of Regal Blue #193D5F

Tints of Regal Blue #193D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.49%

R = 13.81%
G = 33.7%
B = 52.49%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#193D5F (or 0x193D5F) is known color: Regal Blue. HEX triplet: 19, 3D and 5F. RGB value is (25,61,95). Sum of RGB (Red+Green+Blue) = 25+61+95=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #193D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5F is #E6C2A0. Grayscale: #353535. Windows color (decimal): -15123105 or 6241561. OLE color: 6241561.

HSL color Cylindrical-coordinate representation of color #193D5F: hue angle of 209.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193D5F is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 61 95 -
CMYK 0.74 0.36 0 0.63
HSL 209.14º 0.58% 0.24% -
HSV(B) 209.14º 0.74% 0.37% -
XYZ 4.14 4.37 11.45 -
YUV 54.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 25 61 95 0.74 0.36 0 0.63 209.14 0.58 0.24
Hex 19 3D 5F 4A 24 0 3F D1 3A 18
Octal 31 75 137 112 44 0 77 321 72 30
Binary 11001 111101 1011111 1001010 100100 0 111111 11010001 111010 11000

Color Harmonies of #193D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D5F

Black with #193D5F

Text Example


Text Example

White with #193D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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