#133558

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

Shades of Regal Blue #133558

Tints of Regal Blue #133558

Color information

#133558 (or 0x133558) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 58. RGB value is (19,53,88). Sum of RGB (Red+Green+Blue) = 19+53+88=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #133558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133558 is #ECCAA7. Grayscale: #2E2E2E. Windows color (decimal): -15518376 or 5780755. OLE color: 5780755.

HSL color Cylindrical-coordinate representation of color #133558: hue angle of 210.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133558 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195388-
CMYK0.780.4000.65
HSL210.43º64.49%20.98%-
HSV(B)210.43º78.41%34.51%-
XYZ3.33.399.71-
YUV46.82151.24108.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 88 (34.77% from 255) = 55%
R=11.88%
G=33.12%
B=55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1953880.780.4000.65210.4364.4920.98
Hex1335584E28041d24015
Octal236513011650010132210025
Binary10011110101101100010011101010000100000111010010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133558; }

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

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

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

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

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

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

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

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