Html Css Color HEX #13375D Regal Blue

📋 copy color: '#13375D'

red 19 ◦ green 55 ◦ blue 93

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

Shades of Regal Blue #13375D

Tints of Regal Blue #13375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 11.38%
G = 32.93%
B = 55.69%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13375D (or 0x13375D) is known color: Regal Blue. HEX triplet: 13, 37 and 5D. RGB value is (19,55,93). Sum of RGB (Red+Green+Blue) = 19+55+93=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #13375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375D is #ECC8A2. Grayscale: #303030. Windows color (decimal): -15517859 or 6108947. OLE color: 6108947.

HSL color Cylindrical-coordinate representation of color #13375D: hue angle of 210.81º 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 #13375D is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 55 93 -
CMYK 0.80 0.41 0 0.64
HSL 210.81º 0.66% 0.22% -
HSV(B) 210.81º 0.8% 0.36% -
XYZ 3.61 3.66 10.87 -
YUV 48.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 19 55 93 0.80 0.41 0 0.64 210.81 0.66 0.22
Hex 13 37 5D 50 29 0 40 D3 42 16
Octal 23 67 135 120 51 0 100 323 102 26
Binary 10011 110111 1011101 1010000 101001 0 1000000 11010011 1000010 10110

Color Harmonies of #13375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13375D

Black with #13375D

Text Example


Text Example

White with #13375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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