Html Css Color HEX #193F57 Regal Blue

📋 copy color: '#193F57'

red 25 ◦ green 63 ◦ blue 87

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

Shades of Regal Blue #193F57

Tints of Regal Blue #193F57

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 14.29%
G = 36%
B = 49.71%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#193F57 (or 0x193F57) is known color: Regal Blue. HEX triplet: 19, 3F and 57. RGB value is (25,63,87). Sum of RGB (Red+Green+Blue) = 25+63+87=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #193F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F57 is #E6C0A8. Grayscale: #363636. Windows color (decimal): -15122601 or 5717785. OLE color: 5717785.

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

Color convert

RGB 25 63 87 -
CMYK 0.71 0.28 0 0.66
HSL 203.23º 0.55% 0.22% -
HSV(B) 203.23º 0.71% 0.34% -
XYZ 3.9 4.45 9.67 -
YUV 54.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 25 63 87 0.71 0.28 0 0.66 203.23 0.55 0.22
Hex 19 3F 57 47 1C 0 42 CB 37 16
Octal 31 77 127 107 34 0 102 313 67 26
Binary 11001 111111 1010111 1000111 11100 0 1000010 11001011 110111 10110

Color Harmonies of #193F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F57

Black with #193F57

Text Example


Text Example

White with #193F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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