Html Css Color HEX #13325A Regal Blue

📋 copy color: '#13325A'

red 19 ◦ green 50 ◦ blue 90

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

Shades of Regal Blue #13325A

Tints of Regal Blue #13325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 11.95%
G = 31.45%
B = 56.6%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13325A (or 0x13325A) is known color: Regal Blue. HEX triplet: 13, 32 and 5A. RGB value is (19,50,90). Sum of RGB (Red+Green+Blue) = 19+50+90=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #13325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325A is #ECCDA5. Grayscale: #2D2D2D. Windows color (decimal): -15519142 or 5911059. OLE color: 5911059.

HSL color Cylindrical-coordinate representation of color #13325A: hue angle of 213.8º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13325A is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 50 90 -
CMYK 0.79 0.44 0 0.65
HSL 213.8º 0.65% 0.21% -
HSV(B) 213.8º 0.79% 0.35% -
XYZ 3.25 3.16 10.11 -
YUV 45.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 19 50 90 0.79 0.44 0 0.65 213.8 0.65 0.21
Hex 13 32 5A 4F 2C 0 41 D6 41 15
Octal 23 62 132 117 54 0 101 326 101 25
Binary 10011 110010 1011010 1001111 101100 0 1000001 11010110 1000001 10101

Color Harmonies of #13325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13325A

Black with #13325A

Text Example


Text Example

White with #13325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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