#133D60

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

Shades of Regal Blue #133D60

Tints of Regal Blue #133D60

Color information

#133D60 (or 0x133D60) is unknown color: approx Regal Blue. HEX triplet: 13, 3D and 60. RGB value is (19,61,96). Sum of RGB (Red+Green+Blue) = 19+61+96=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #133D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D60 is #ECC29F. Grayscale: #343434. Windows color (decimal): -15516320 or 6307091. OLE color: 6307091.

HSL color Cylindrical-coordinate representation of color #133D60: hue angle of 207.27º 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 #133D60 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196196-
CMYK0.800.3600.62
HSL207.27º66.96%22.55%-
HSV(B)207.27º80.21%37.65%-
XYZ4.054.3211.69-
YUV52.43152.59104.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=10.80%
G=34.66%
B=54.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1961960.800.3600.62207.2766.9622.55
Hex133D60502403Ecf4317
Octal23751401204407631710327
Binary1001111110111000001010000100100011111011001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D60; }

 p { color: rgb(19,61,96); }

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

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

 a { background-color: rgb(19,61,96); }

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

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

 span { border-color: rgb(19,61,96); }

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