#133950

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

Shades of Regal Blue #133950

Tints of Regal Blue #133950

Color information

#133950 (or 0x133950) is unknown color: approx Regal Blue. HEX triplet: 13, 39 and 50. RGB value is (19,57,80). Sum of RGB (Red+Green+Blue) = 19+57+80=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #133950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133950 is #ECC6AF. Grayscale: #303030. Windows color (decimal): -15517360 or 5257491. OLE color: 5257491.

HSL color Cylindrical-coordinate representation of color #133950: hue angle of 202.62º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133950 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195780-
CMYK0.760.2900.69
HSL202.62º61.62%19.41%-
HSV(B)202.62º76.25%31.37%-
XYZ3.183.648.13-
YUV48.26145.91107.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=12.18%
G=36.54%
B=51.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1957800.760.2900.69202.6261.6219.41
Hex1339504C1D045cb3e13
Octal23711201143501053137623
Binary100111110011010000100110011101010001011100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133950; }

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

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

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

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

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

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

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

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