#133963

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

Shades of Regal Blue #133963

Tints of Regal Blue #133963

Color information

#133963 (or 0x133963) is unknown color: approx Regal Blue. HEX triplet: 13, 39 and 63. RGB value is (19,57,99). Sum of RGB (Red+Green+Blue) = 19+57+99=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #133963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133963 is #ECC69C. Grayscale: #323232. Windows color (decimal): -15517341 or 6502675. OLE color: 6502675.

HSL color Cylindrical-coordinate representation of color #133963: hue angle of 211.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133963 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB195799-
CMYK0.810.4200.61
HSL211.5º67.8%23.14%-
HSV(B)211.5º80.81%38.82%-
XYZ3.983.9712.36-
YUV50.43155.41105.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=10.86%
G=32.57%
B=56.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1957990.810.4200.61211.567.823.14
Hex133963512A03Dd44417
Octal23711431215207532410427
Binary1001111100111000111010001101010011110111010100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133963; }

 p { color: rgb(19,57,99); }

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

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

 a { background-color: rgb(19,57,99); }

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

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

 span { border-color: rgb(19,57,99); }

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