Html Css Color HEX #13325B Regal Blue

📋 copy color: '#13325B'

red 19 ◦ green 50 ◦ blue 91

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

Shades of Regal Blue #13325B

Tints of Regal Blue #13325B

RGB

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

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

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

R = 11.88%
G = 31.25%
B = 56.88%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13325B (or 0x13325B) is known color: Regal Blue. HEX triplet: 13, 32 and 5B. RGB value is (19,50,91). Sum of RGB (Red+Green+Blue) = 19+50+91=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #13325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325B is #ECCDA4. Grayscale: #2D2D2D. Windows color (decimal): -15519141 or 5976595. OLE color: 5976595.

HSL color Cylindrical-coordinate representation of color #13325B: hue angle of 214.17º 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 #13325B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 50 91 -
CMYK 0.79 0.45 0 0.64
HSL 214.17º 0.65% 0.22% -
HSV(B) 214.17º 0.79% 0.36% -
XYZ 3.3 3.17 10.34 -
YUV 45.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 19 50 91 0.79 0.45 0 0.64 214.17 0.65 0.22
Hex 13 32 5B 4F 2D 0 40 D6 41 16
Octal 23 62 133 117 55 0 100 326 101 26
Binary 10011 110010 1011011 1001111 101101 0 1000000 11010110 1000001 10110

Color Harmonies of #13325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13325B

Black with #13325B

Text Example


Text Example

White with #13325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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