#133353

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

Shades of Regal Blue #133353

Tints of Regal Blue #133353

Color information

#133353 (or 0x133353) is unknown color: approx Regal Blue. HEX triplet: 13, 33 and 53. RGB value is (19,51,83). Sum of RGB (Red+Green+Blue) = 19+51+83=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #133353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133353 is #ECCCAC. Grayscale: #2C2C2C. Windows color (decimal): -15518893 or 5452563. OLE color: 5452563.

HSL color Cylindrical-coordinate representation of color #133353: hue angle of 210º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133353 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB195183-
CMYK0.770.3900.67
HSL210º62.75%20%-
HSV(B)210º77.11%32.55%-
XYZ3.013.138.63-
YUV45.08149.4109.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=12.42%
G=33.33%
B=54.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1951830.770.3900.6721062.7520
Hex1333534D27043d23f14
Octal23631231154701033227724
Binary1001111001110100111001101100111010000111101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133353; }

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

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

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

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

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

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

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

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