Html Css Color HEX #193D59 Regal Blue

📋 copy color: '#193D59'

red 25 ◦ green 61 ◦ blue 89

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

Shades of Regal Blue #193D59

Tints of Regal Blue #193D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 14.29%
G = 34.86%
B = 50.86%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193D59 (or 0x193D59) is known color: Regal Blue. HEX triplet: 19, 3D and 59. RGB value is (25,61,89). Sum of RGB (Red+Green+Blue) = 25+61+89=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #193D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D59 is #E6C2A6. Grayscale: #353535. Windows color (decimal): -15123111 or 5848345. OLE color: 5848345.

HSL color Cylindrical-coordinate representation of color #193D59: hue angle of 206.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193D59 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 61 89 -
CMYK 0.72 0.31 0 0.65
HSL 206.25º 0.56% 0.22% -
HSV(B) 206.25º 0.72% 0.35% -
XYZ 3.87 4.27 10.07 -
YUV 53.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 25 61 89 0.72 0.31 0 0.65 206.25 0.56 0.22
Hex 19 3D 59 48 1F 0 41 CE 38 16
Octal 31 75 131 110 37 0 101 316 70 26
Binary 11001 111101 1011001 1001000 11111 0 1000001 11001110 111000 10110

Color Harmonies of #193D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D59

Black with #193D59

Text Example


Text Example

White with #193D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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