Html Css Color HEX #193557 Regal Blue

📋 copy color: '#193557'

red 25 ◦ green 53 ◦ blue 87

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

Shades of Regal Blue #193557

Tints of Regal Blue #193557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 15.15%
G = 32.12%
B = 52.73%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#193557 (or 0x193557) is known color: Regal Blue. HEX triplet: 19, 35 and 57. RGB value is (25,53,87). Sum of RGB (Red+Green+Blue) = 25+53+87=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #193557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193557 is #E6CAA8. Grayscale: #303030. Windows color (decimal): -15125161 or 5715225. OLE color: 5715225.

HSL color Cylindrical-coordinate representation of color #193557: hue angle of 212.9º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193557 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 53 87 -
CMYK 0.71 0.39 0 0.66
HSL 212.9º 0.55% 0.22% -
HSV(B) 212.9º 0.71% 0.34% -
XYZ 3.39 3.44 9.5 -
YUV 48.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 25 53 87 0.71 0.39 0 0.66 212.9 0.55 0.22
Hex 19 35 57 47 27 0 42 D5 37 16
Octal 31 65 127 107 47 0 102 325 67 26
Binary 11001 110101 1010111 1000111 100111 0 1000010 11010101 110111 10110

Color Harmonies of #193557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193557

Black with #193557

Text Example


Text Example

White with #193557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193557; }

 p { color: rgb(25,53,87); }

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

background-color css

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

 a { background-color: rgb(25,53,87); }

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

border-color css

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

 span { border-color: rgb(25,53,87); }

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