Html Css Color HEX #193657 Regal Blue

📋 copy color: '#193657'

red 25 ◦ green 54 ◦ blue 87

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

Shades of Regal Blue #193657

Tints of Regal Blue #193657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 15.06%
G = 32.53%
B = 52.41%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#193657 (or 0x193657) is known color: Regal Blue. HEX triplet: 19, 36 and 57. RGB value is (25,54,87). Sum of RGB (Red+Green+Blue) = 25+54+87=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #193657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193657 is #E6C9A8. Grayscale: #303030. Windows color (decimal): -15124905 or 5715481. OLE color: 5715481.

HSL color Cylindrical-coordinate representation of color #193657: hue angle of 211.94º 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 #193657 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 54 87 -
CMYK 0.71 0.38 0 0.66
HSL 211.94º 0.55% 0.22% -
HSV(B) 211.94º 0.71% 0.34% -
XYZ 3.44 3.53 9.52 -
YUV 49.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 25 54 87 0.71 0.38 0 0.66 211.94 0.55 0.22
Hex 19 36 57 47 26 0 42 D4 37 16
Octal 31 66 127 107 46 0 102 324 67 26
Binary 11001 110110 1010111 1000111 100110 0 1000010 11010100 110111 10110

Color Harmonies of #193657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193657

Black with #193657

Text Example


Text Example

White with #193657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193657; }

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

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

background-color css

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

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

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

border-color css

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

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

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