Html Css Color HEX #13385F Regal Blue

📋 copy color: '#13385F'

red 19 ◦ green 56 ◦ blue 95

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

Shades of Regal Blue #13385F

Tints of Regal Blue #13385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 11.18%
G = 32.94%
B = 55.88%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13385F (or 0x13385F) is known color: Regal Blue. HEX triplet: 13, 38 and 5F. RGB value is (19,56,95). Sum of RGB (Red+Green+Blue) = 19+56+95=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #13385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385F is #ECC7A0. Grayscale: #313131. Windows color (decimal): -15517601 or 6240275. OLE color: 6240275.

HSL color Cylindrical-coordinate representation of color #13385F: hue angle of 210.79º degrees, saturation: 0.67, 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 #13385F is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 56 95 -
CMYK 0.80 0.41 0 0.63
HSL 210.79º 0.67% 0.22% -
HSV(B) 210.79º 0.8% 0.37% -
XYZ 3.75 3.79 11.36 -
YUV 49.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 19 56 95 0.80 0.41 0 0.63 210.79 0.67 0.22
Hex 13 38 5F 50 29 0 3F D3 43 16
Octal 23 70 137 120 51 0 77 323 103 26
Binary 10011 111000 1011111 1010000 101001 0 111111 11010011 1000011 10110

Color Harmonies of #13385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13385F

Black with #13385F

Text Example


Text Example

White with #13385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13385F; }

 p { color: rgb(19,56,95); }

 H1.HeaderClassName
 {
   color: #13385F;
 }
 .AnyTagClassName
 {
   color: #13385F;
 }
</style>

background-color css

<style>
 a { background-color: #13385F; }

 a { background-color: rgb(19,56,95); }

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

border-color css

<style>
 span { border-color: #13385F; }

 span { border-color: rgb(19,56,95); }

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