Html Css Color HEX #13375A Regal Blue

📋 copy color: '#13375A'

red 19 ◦ green 55 ◦ blue 90

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

Shades of Regal Blue #13375A

Tints of Regal Blue #13375A

RGB

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

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

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

R = 11.59%
G = 33.54%
B = 54.88%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13375A (or 0x13375A) is known color: Regal Blue. HEX triplet: 13, 37 and 5A. RGB value is (19,55,90). Sum of RGB (Red+Green+Blue) = 19+55+90=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #13375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13375A is #ECC8A5. Grayscale: #303030. Windows color (decimal): -15517862 or 5912339. OLE color: 5912339.

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

Color convert

RGB 19 55 90 -
CMYK 0.79 0.39 0 0.65
HSL 209.58º 0.65% 0.21% -
HSV(B) 209.58º 0.79% 0.35% -
XYZ 3.48 3.61 10.19 -
YUV 48.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 19 55 90 0.79 0.39 0 0.65 209.58 0.65 0.21
Hex 13 37 5A 4F 27 0 41 D2 41 15
Octal 23 67 132 117 47 0 101 322 101 25
Binary 10011 110111 1011010 1001111 100111 0 1000001 11010010 1000001 10101

Color Harmonies of #13375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13375A

Black with #13375A

Text Example


Text Example

White with #13375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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