Html Css Color HEX #193B5C Regal Blue

📋 copy color: '#193B5C'

red 25 ◦ green 59 ◦ blue 92

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

Shades of Regal Blue #193B5C

Tints of Regal Blue #193B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 14.2%
G = 33.52%
B = 52.27%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#193B5C (or 0x193B5C) is known color: Regal Blue. HEX triplet: 19, 3B and 5C. RGB value is (25,59,92). Sum of RGB (Red+Green+Blue) = 25+59+92=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #193B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5C is #E6C4A3. Grayscale: #343434. Windows color (decimal): -15123620 or 6044441. OLE color: 6044441.

HSL color Cylindrical-coordinate representation of color #193B5C: hue angle of 209.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193B5C is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 59 92 -
CMYK 0.73 0.36 0 0.64
HSL 209.55º 0.57% 0.23% -
HSV(B) 209.55º 0.73% 0.36% -
XYZ 3.9 4.11 10.71 -
YUV 52.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 25 59 92 0.73 0.36 0 0.64 209.55 0.57 0.23
Hex 19 3B 5C 49 24 0 40 D2 39 17
Octal 31 73 134 111 44 0 100 322 71 27
Binary 11001 111011 1011100 1001001 100100 0 1000000 11010010 111001 10111

Color Harmonies of #193B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B5C

Black with #193B5C

Text Example


Text Example

White with #193B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,92); }

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

background-color css

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

 a { background-color: rgb(25,59,92); }

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

border-color css

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

 span { border-color: rgb(25,59,92); }

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