Html Css Color HEX #13395D Regal Blue

📋 copy color: '#13395D'

red 19 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #13395D

Tints of Regal Blue #13395D

RGB

 RED value IS 19 (7.81% from 255) = 11.24%

 GREEN value IS 57 (22.66% from 255) = 33.73%

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 11.24%
G = 33.73%
B = 55.03%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13395D (or 0x13395D) is known color: Regal Blue. HEX triplet: 13, 39 and 5D. RGB value is (19,57,93). Sum of RGB (Red+Green+Blue) = 19+57+93=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #13395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13395D is #ECC6A2. Grayscale: #313131. Windows color (decimal): -15517347 or 6109459. OLE color: 6109459.

HSL color Cylindrical-coordinate representation of color #13395D: hue angle of 209.19º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13395D is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 57 93 -
CMYK 0.80 0.39 0 0.64
HSL 209.19º 0.66% 0.22% -
HSV(B) 209.19º 0.8% 0.36% -
XYZ 3.71 3.86 10.9 -
YUV 49.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 19 57 93 0.80 0.39 0 0.64 209.19 0.66 0.22
Hex 13 39 5D 50 27 0 40 D1 42 16
Octal 23 71 135 120 47 0 100 321 102 26
Binary 10011 111001 1011101 1010000 100111 0 1000000 11010001 1000010 10110

Color Harmonies of #13395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13395D

Black with #13395D

Text Example


Text Example

White with #13395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13395D; }

 p { color: rgb(19,57,93); }

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

background-color css

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

 a { background-color: rgb(19,57,93); }

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

border-color css

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

 span { border-color: rgb(19,57,93); }

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