Html Css Color HEX #193758 Regal Blue

📋 copy color: '#193758'

red 25 ◦ green 55 ◦ blue 88

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

Shades of Regal Blue #193758

Tints of Regal Blue #193758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 14.88%
G = 32.74%
B = 52.38%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193758 (or 0x193758) is known color: Regal Blue. HEX triplet: 19, 37 and 58. RGB value is (25,55,88). Sum of RGB (Red+Green+Blue) = 25+55+88=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #193758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193758 is #E6C8A7. Grayscale: #313131. Windows color (decimal): -15124648 or 5781273. OLE color: 5781273.

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

Color convert

RGB 25 55 88 -
CMYK 0.72 0.38 0 0.65
HSL 211.43º 0.56% 0.22% -
HSV(B) 211.43º 0.72% 0.35% -
XYZ 3.53 3.64 9.75 -
YUV 49.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 25 55 88 0.72 0.38 0 0.65 211.43 0.56 0.22
Hex 19 37 58 48 26 0 41 D3 38 16
Octal 31 67 130 110 46 0 101 323 70 26
Binary 11001 110111 1011000 1001000 100110 0 1000001 11010011 111000 10110

Color Harmonies of #193758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193758

Black with #193758

Text Example


Text Example

White with #193758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193758; }

 p { color: rgb(25,55,88); }

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

background-color css

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

 a { background-color: rgb(25,55,88); }

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

border-color css

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

 span { border-color: rgb(25,55,88); }

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