Html Css Color HEX #193250 Regal Blue

📋 copy color: '#193250'

red 25 ◦ green 50 ◦ blue 80

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

Shades of Regal Blue #193250

Tints of Regal Blue #193250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 80 (31.64% from 255) = 51.61%

R = 16.13%
G = 32.26%
B = 51.61%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#193250 (or 0x193250) is known color: Regal Blue. HEX triplet: 19, 32 and 50. RGB value is (25,50,80). Sum of RGB (Red+Green+Blue) = 25+50+80=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #193250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193250 is #E6CDAF. Grayscale: #2D2D2D. Windows color (decimal): -15125936 or 5255705. OLE color: 5255705.

HSL color Cylindrical-coordinate representation of color #193250: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193250 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 50 80 -
CMYK 0.69 0.37 0 0.69
HSL 212.73º 0.52% 0.21% -
HSV(B) 212.73º 0.69% 0.31% -
XYZ 2.99 3.07 8.02 -
YUV 45.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 25 50 80 0.69 0.37 0 0.69 212.73 0.52 0.21
Hex 19 32 50 45 25 0 45 D5 34 15
Octal 31 62 120 105 45 0 105 325 64 25
Binary 11001 110010 1010000 1000101 100101 0 1000101 11010101 110100 10101

Color Harmonies of #193250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193250

Black with #193250

Text Example


Text Example

White with #193250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193250; }

 p { color: rgb(25,50,80); }

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

background-color css

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

 a { background-color: rgb(25,50,80); }

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

border-color css

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

 span { border-color: rgb(25,50,80); }

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