Html Css Color HEX #193752 Regal Blue

📋 copy color: '#193752'

red 25 ◦ green 55 ◦ blue 82

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

Shades of Regal Blue #193752

Tints of Regal Blue #193752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 15.43%
G = 33.95%
B = 50.62%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193752 (or 0x193752) is known color: Regal Blue. HEX triplet: 19, 37 and 52. RGB value is (25,55,82). Sum of RGB (Red+Green+Blue) = 25+55+82=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #193752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193752 is #E6C8AD. Grayscale: #303030. Windows color (decimal): -15124654 or 5388057. OLE color: 5388057.

HSL color Cylindrical-coordinate representation of color #193752: hue angle of 208.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193752 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 55 82 -
CMYK 0.70 0.33 0 0.68
HSL 208.42º 0.53% 0.21% -
HSV(B) 208.42º 0.7% 0.32% -
XYZ 3.29 3.55 8.49 -
YUV 49.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 25 55 82 0.70 0.33 0 0.68 208.42 0.53 0.21
Hex 19 37 52 46 21 0 44 D0 35 15
Octal 31 67 122 106 41 0 104 320 65 25
Binary 11001 110111 1010010 1000110 100001 0 1000100 11010000 110101 10101

Color Harmonies of #193752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193752

Black with #193752

Text Example


Text Example

White with #193752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193752; }

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

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

background-color css

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

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

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

border-color css

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

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

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