#13355C

Color #13355C Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #13355C

Tints of Regal Blue #13355C

Color information

#13355C (or 0x13355C) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 5C. RGB value is (19,53,92). Sum of RGB (Red+Green+Blue) = 19+53+92=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #13355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355C is #ECCAA3. Grayscale: #2F2F2F. Windows color (decimal): -15518372 or 6042899. OLE color: 6042899.

HSL color Cylindrical-coordinate representation of color #13355C: hue angle of 212.05º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13355C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195392-
CMYK0.790.4200.64
HSL212.05º65.77%21.76%-
HSV(B)212.05º79.35%36.08%-
XYZ3.473.4610.61-
YUV47.28153.24107.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=11.59%
G=32.32%
B=56.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1953920.790.4200.64212.0565.7721.76
Hex13355C4F2A040d44216
Octal236513411752010032410226
Binary10011110101101110010011111010100100000011010100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13355C; }

 p { color: rgb(19,53,92); }

 H1.HeaderClassName
 {
   color: #13355C;
 }
 .AnyTagClassName
 {
   color: #13355C;
 }
</style>
background-color css

<style>
 a { background-color: #13355C; }

 a { background-color: rgb(19,53,92); }

 div.DivClassName
 {
   background-color: #13355C;
 }
 .BgClassName
 {
   background-color: #13355C;
 }
</style>
border-color css

<style>
 span { border-color: #13355C; }

 span { border-color: rgb(19,53,92); }

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