Html Css Color HEX #193A54 Regal Blue

📋 copy color: '#193A54'

red 25 ◦ green 58 ◦ blue 84

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

Shades of Regal Blue #193A54

Tints of Regal Blue #193A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 14.97%
G = 34.73%
B = 50.3%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193A54 (or 0x193A54) is known color: Regal Blue. HEX triplet: 19, 3A and 54. RGB value is (25,58,84). Sum of RGB (Red+Green+Blue) = 25+58+84=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #193A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A54 is #E6C5AB. Grayscale: #323232. Windows color (decimal): -15123884 or 5519897. OLE color: 5519897.

HSL color Cylindrical-coordinate representation of color #193A54: hue angle of 206.44º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193A54 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 58 84 -
CMYK 0.70 0.31 0 0.67
HSL 206.44º 0.54% 0.21% -
HSV(B) 206.44º 0.7% 0.33% -
XYZ 3.51 3.87 8.95 -
YUV 51.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 25 58 84 0.70 0.31 0 0.67 206.44 0.54 0.21
Hex 19 3A 54 46 1F 0 43 CE 36 15
Octal 31 72 124 106 37 0 103 316 66 25
Binary 11001 111010 1010100 1000110 11111 0 1000011 11001110 110110 10101

Color Harmonies of #193A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A54

Black with #193A54

Text Example


Text Example

White with #193A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,84); }

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

background-color css

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

 a { background-color: rgb(25,58,84); }

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

border-color css

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

 span { border-color: rgb(25,58,84); }

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