Html Css Color HEX #193B5A Regal Blue

📋 copy color: '#193B5A'

red 25 ◦ green 59 ◦ blue 90

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

Shades of Regal Blue #193B5A

Tints of Regal Blue #193B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 14.37%
G = 33.91%
B = 51.72%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193B5A (or 0x193B5A) is known color: Regal Blue. HEX triplet: 19, 3B and 5A. RGB value is (25,59,90). Sum of RGB (Red+Green+Blue) = 25+59+90=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #193B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5A is #E6C4A5. Grayscale: #343434. Windows color (decimal): -15123622 or 5913369. OLE color: 5913369.

HSL color Cylindrical-coordinate representation of color #193B5A: hue angle of 208.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193B5A is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 59 90 -
CMYK 0.72 0.34 0 0.65
HSL 208.62º 0.57% 0.23% -
HSV(B) 208.62º 0.72% 0.35% -
XYZ 3.81 4.07 10.26 -
YUV 52.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 25 59 90 0.72 0.34 0 0.65 208.62 0.57 0.23
Hex 19 3B 5A 48 22 0 41 D1 39 17
Octal 31 73 132 110 42 0 101 321 71 27
Binary 11001 111011 1011010 1001000 100010 0 1000001 11010001 111001 10111

Color Harmonies of #193B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B5A

Black with #193B5A

Text Example


Text Example

White with #193B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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