#133358

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

Shades of Regal Blue #133358

Tints of Regal Blue #133358

Color information

#133358 (or 0x133358) is unknown color: approx Regal Blue. HEX triplet: 13, 33 and 58. RGB value is (19,51,88). Sum of RGB (Red+Green+Blue) = 19+51+88=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #133358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133358 is #ECCCA7. Grayscale: #2D2D2D. Windows color (decimal): -15518888 or 5780243. OLE color: 5780243.

HSL color Cylindrical-coordinate representation of color #133358: hue angle of 212.17º 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 #133358 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195188-
CMYK0.780.4200.65
HSL212.17º64.49%20.98%-
HSV(B)212.17º78.41%34.51%-
XYZ3.213.219.68-
YUV45.65151.9108.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=12.03%
G=32.28%
B=55.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1951880.780.4200.65212.1764.4920.98
Hex1333584E2A041d44015
Octal236313011652010132410025
Binary10011110011101100010011101010100100000111010100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133358; }

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

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

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

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

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

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

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

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