Html Css Color HEX #193350 Regal Blue

📋 copy color: '#193350'

red 25 ◦ green 51 ◦ blue 80

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

Shades of Regal Blue #193350

Tints of Regal Blue #193350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

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

R = 16.03%
G = 32.69%
B = 51.28%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#193350 (or 0x193350) is known color: Regal Blue. HEX triplet: 19, 33 and 50. RGB value is (25,51,80). Sum of RGB (Red+Green+Blue) = 25+51+80=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #193350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193350 is #E6CCAF. Grayscale: #2E2E2E. Windows color (decimal): -15125680 or 5255961. OLE color: 5255961.

HSL color Cylindrical-coordinate representation of color #193350: hue angle of 211.64º 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 #193350 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 51 80 -
CMYK 0.69 0.36 0 0.69
HSL 211.64º 0.52% 0.21% -
HSV(B) 211.64º 0.69% 0.31% -
XYZ 3.03 3.15 8.04 -
YUV 46.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 25 51 80 0.69 0.36 0 0.69 211.64 0.52 0.21
Hex 19 33 50 45 24 0 45 D4 34 15
Octal 31 63 120 105 44 0 105 324 64 25
Binary 11001 110011 1010000 1000101 100100 0 1000101 11010100 110100 10101

Color Harmonies of #193350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193350

Black with #193350

Text Example


Text Example

White with #193350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193350; }

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

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

background-color css

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

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

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

border-color css

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

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

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