#133758

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

Shades of Regal Blue #133758

Tints of Regal Blue #133758

Color information

#133758 (or 0x133758) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 58. RGB value is (19,55,88). Sum of RGB (Red+Green+Blue) = 19+55+88=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #133758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133758 is #ECC8A7. Grayscale: #2F2F2F. Windows color (decimal): -15517864 or 5781267. OLE color: 5781267.

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

Color convert

RGB195588-
CMYK0.780.3800.65
HSL208.7º64.49%20.98%-
HSV(B)208.7º78.41%34.51%-
XYZ3.43.589.74-
YUV48150.57107.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=11.73%
G=33.95%
B=54.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1955880.780.3800.65208.764.4920.98
Hex1337584E26041d14015
Octal236713011646010132110025
Binary10011110111101100010011101001100100000111010001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133758; }

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

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

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

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

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

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

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

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