#133761

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

Shades of Regal Blue #133761

Tints of Regal Blue #133761

Color information

#133761 (or 0x133761) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 61. RGB value is (19,55,97). Sum of RGB (Red+Green+Blue) = 19+55+97=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #133761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133761 is #ECC89E. Grayscale: #303030. Windows color (decimal): -15517855 or 6371091. OLE color: 6371091.

HSL color Cylindrical-coordinate representation of color #133761: hue angle of 212.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133761 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195597-
CMYK0.800.4300.62
HSL212.31º67.24%22.75%-
HSV(B)212.31º80.41%38.04%-
XYZ3.793.7311.83-
YUV49.02155.07106.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=11.11%
G=32.16%
B=56.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1955970.800.4300.62212.3167.2422.75
Hex133761502B03Ed44317
Octal23671411205307632410327
Binary1001111011111000011010000101011011111011010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133761; }

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

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

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

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

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

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

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

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