Html Css Color HEX #193453 Regal Blue

📋 copy color: '#193453'

red 25 ◦ green 52 ◦ blue 83

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

Shades of Regal Blue #193453

Tints of Regal Blue #193453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 15.63%
G = 32.5%
B = 51.88%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193453 (or 0x193453) is known color: Regal Blue. HEX triplet: 19, 34 and 53. RGB value is (25,52,83). Sum of RGB (Red+Green+Blue) = 25+52+83=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #193453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193453 is #E6CBAC. Grayscale: #2F2F2F. Windows color (decimal): -15125421 or 5452825. OLE color: 5452825.

HSL color Cylindrical-coordinate representation of color #193453: hue angle of 212.07º 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 #193453 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 52 83 -
CMYK 0.70 0.37 0 0.67
HSL 212.07º 0.54% 0.21% -
HSV(B) 212.07º 0.7% 0.33% -
XYZ 3.19 3.29 8.65 -
YUV 47.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 25 52 83 0.70 0.37 0 0.67 212.07 0.54 0.21
Hex 19 34 53 46 25 0 43 D4 36 15
Octal 31 64 123 106 45 0 103 324 66 25
Binary 11001 110100 1010011 1000110 100101 0 1000011 11010100 110110 10101

Color Harmonies of #193453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193453

Black with #193453

Text Example


Text Example

White with #193453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193453; }

 p { color: rgb(25,52,83); }

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

background-color css

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

 a { background-color: rgb(25,52,83); }

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

border-color css

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

 span { border-color: rgb(25,52,83); }

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