Html Css Color HEX #13365B Regal Blue

📋 copy color: '#13365B'

red 19 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #13365B

Tints of Regal Blue #13365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 11.59%
G = 32.93%
B = 55.49%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13365B (or 0x13365B) is known color: Regal Blue. HEX triplet: 13, 36 and 5B. RGB value is (19,54,91). Sum of RGB (Red+Green+Blue) = 19+54+91=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #13365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13365B is #ECC9A4. Grayscale: #2F2F2F. Windows color (decimal): -15518117 or 5977619. OLE color: 5977619.

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

Color convert

RGB 19 54 91 -
CMYK 0.79 0.41 0 0.64
HSL 210.83º 0.65% 0.22% -
HSV(B) 210.83º 0.79% 0.36% -
XYZ 3.48 3.53 10.4 -
YUV 47.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 19 54 91 0.79 0.41 0 0.64 210.83 0.65 0.22
Hex 13 36 5B 4F 29 0 40 D3 41 16
Octal 23 66 133 117 51 0 100 323 101 26
Binary 10011 110110 1011011 1001111 101001 0 1000000 11010011 1000001 10110

Color Harmonies of #13365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13365B

Black with #13365B

Text Example


Text Example

White with #13365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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