Html Css Color HEX #13375B Regal Blue

📋 copy color: '#13375B'

red 19 ◦ green 55 ◦ blue 91

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

Shades of Regal Blue #13375B

Tints of Regal Blue #13375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 11.52%
G = 33.33%
B = 55.15%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13375B (or 0x13375B) is known color: Regal Blue. HEX triplet: 13, 37 and 5B. RGB value is (19,55,91). Sum of RGB (Red+Green+Blue) = 19+55+91=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #13375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375B is #ECC8A4. Grayscale: #303030. Windows color (decimal): -15517861 or 5977875. OLE color: 5977875.

HSL color Cylindrical-coordinate representation of color #13375B: hue angle of 210º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13375B is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 55 91 -
CMYK 0.79 0.40 0 0.64
HSL 210º 0.65% 0.22% -
HSV(B) 210º 0.79% 0.36% -
XYZ 3.52 3.63 10.41 -
YUV 48.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 19 55 91 0.79 0.40 0 0.64 210 0.65 0.22
Hex 13 37 5B 4F 28 0 40 D2 41 16
Octal 23 67 133 117 50 0 100 322 101 26
Binary 10011 110111 1011011 1001111 101000 0 1000000 11010010 1000001 10110

Color Harmonies of #13375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13375B

Black with #13375B

Text Example


Text Example

White with #13375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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