#133258

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

Shades of Regal Blue #133258

Tints of Regal Blue #133258

Color information

#133258 (or 0x133258) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 58. RGB value is (19,50,88). Sum of RGB (Red+Green+Blue) = 19+50+88=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #133258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133258 is #ECCDA7. Grayscale: #2C2C2C. Windows color (decimal): -15519144 or 5779987. OLE color: 5779987.

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

Color convert

RGB195088-
CMYK0.780.4300.65
HSL213.04º64.49%20.98%-
HSV(B)213.04º78.41%34.51%-
XYZ3.173.129.67-
YUV45.06152.23109.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=12.10%
G=31.85%
B=56.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1950880.780.4300.65213.0464.4920.98
Hex1332584E2B041d54015
Octal236213011653010132510025
Binary10011110010101100010011101010110100000111010101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133258; }

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

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

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

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

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

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

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

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