#133058

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

Shades of Regal Blue #133058

Tints of Regal Blue #133058

Color information

#133058 (or 0x133058) is unknown color: approx Regal Blue. HEX triplet: 13, 30 and 58. RGB value is (19,48,88). Sum of RGB (Red+Green+Blue) = 19+48+88=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #133058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133058 is #ECCFA7. Grayscale: #2B2B2B. Windows color (decimal): -15519656 or 5779475. OLE color: 5779475.

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

Color convert

RGB194888-
CMYK0.780.4500.65
HSL214.78º64.49%20.98%-
HSV(B)214.78º78.41%34.51%-
XYZ3.092.969.64-
YUV43.89152.89110.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=12.26%
G=30.97%
B=56.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1948880.780.4500.65214.7864.4920.98
Hex1330584E2D041d74015
Octal236013011655010132710025
Binary10011110000101100010011101011010100000111010111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133058; }

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

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

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

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

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

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

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

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