Html Css Color HEX #13365A Regal Blue

📋 copy color: '#13365A'

red 19 ◦ green 54 ◦ blue 90

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

Shades of Regal Blue #13365A

Tints of Regal Blue #13365A

RGB

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

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

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

R = 11.66%
G = 33.13%
B = 55.21%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13365A (or 0x13365A) is known color: Regal Blue. HEX triplet: 13, 36 and 5A. RGB value is (19,54,90). Sum of RGB (Red+Green+Blue) = 19+54+90=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #13365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13365A is #ECC9A5. Grayscale: #2F2F2F. Windows color (decimal): -15518118 or 5912083. OLE color: 5912083.

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

Color convert

RGB 19 54 90 -
CMYK 0.79 0.40 0 0.65
HSL 210.42º 0.65% 0.21% -
HSV(B) 210.42º 0.79% 0.35% -
XYZ 3.43 3.51 10.17 -
YUV 47.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 19 54 90 0.79 0.40 0 0.65 210.42 0.65 0.21
Hex 13 36 5A 4F 28 0 41 D2 41 15
Octal 23 66 132 117 50 0 101 322 101 25
Binary 10011 110110 1011010 1001111 101000 0 1000001 11010010 1000001 10101

Color Harmonies of #13365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13365A

Black with #13365A

Text Example


Text Example

White with #13365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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