Html Css Color HEX #13375F Regal Blue

📋 copy color: '#13375F'

red 19 ◦ green 55 ◦ blue 95

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

Shades of Regal Blue #13375F

Tints of Regal Blue #13375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 11.24%
G = 32.54%
B = 56.21%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13375F (or 0x13375F) is known color: Regal Blue. HEX triplet: 13, 37 and 5F. RGB value is (19,55,95). Sum of RGB (Red+Green+Blue) = 19+55+95=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #13375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375F is #ECC8A0. Grayscale: #303030. Windows color (decimal): -15517857 or 6240019. OLE color: 6240019.

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

Color convert

RGB 19 55 95 -
CMYK 0.80 0.42 0 0.63
HSL 211.58º 0.67% 0.22% -
HSV(B) 211.58º 0.8% 0.37% -
XYZ 3.7 3.7 11.35 -
YUV 48.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 19 55 95 0.80 0.42 0 0.63 211.58 0.67 0.22
Hex 13 37 5F 50 2A 0 3F D4 43 16
Octal 23 67 137 120 52 0 77 324 103 26
Binary 10011 110111 1011111 1010000 101010 0 111111 11010100 1000011 10110

Color Harmonies of #13375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13375F

Black with #13375F

Text Example


Text Example

White with #13375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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