#133951

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

Shades of Regal Blue #133951

Tints of Regal Blue #133951

Color information

#133951 (or 0x133951) is unknown color: approx Regal Blue. HEX triplet: 13, 39 and 51. RGB value is (19,57,81). Sum of RGB (Red+Green+Blue) = 19+57+81=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #133951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133951 is #ECC6AE. Grayscale: #303030. Windows color (decimal): -15517359 or 5323027. OLE color: 5323027.

HSL color Cylindrical-coordinate representation of color #133951: hue angle of 203.23º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133951 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB195781-
CMYK0.770.3000.68
HSL203.23º62%19.61%-
HSV(B)203.23º76.54%31.76%-
XYZ3.223.668.32-
YUV48.37146.41107.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=12.10%
G=36.31%
B=51.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1957810.770.3000.68203.236219.61
Hex1339514D1E044cb3e14
Octal23711211153601043137624
Binary100111110011010001100110111110010001001100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133951; }

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

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

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

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

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

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

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

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