Html Css Color HEX #13365E Regal Blue

📋 copy color: '#13365E'

red 19 ◦ green 54 ◦ blue 94

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

Shades of Regal Blue #13365E

Tints of Regal Blue #13365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 11.38%
G = 32.34%
B = 56.29%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13365E (or 0x13365E) is known color: Regal Blue. HEX triplet: 13, 36 and 5E. RGB value is (19,54,94). Sum of RGB (Red+Green+Blue) = 19+54+94=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #13365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13365E is #ECC9A1. Grayscale: #2F2F2F. Windows color (decimal): -15518114 or 6174227. OLE color: 6174227.

HSL color Cylindrical-coordinate representation of color #13365E: hue angle of 212º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13365E is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 54 94 -
CMYK 0.80 0.43 0 0.63
HSL 212º 0.66% 0.22% -
HSV(B) 212º 0.8% 0.37% -
XYZ 3.61 3.58 11.09 -
YUV 48.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 19 54 94 0.80 0.43 0 0.63 212 0.66 0.22
Hex 13 36 5E 50 2B 0 3F D4 42 16
Octal 23 66 136 120 53 0 77 324 102 26
Binary 10011 110110 1011110 1010000 101011 0 111111 11010100 1000010 10110

Color Harmonies of #13365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13365E

Black with #13365E

Text Example


Text Example

White with #13365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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