#133850

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

Shades of Regal Blue #133850

Tints of Regal Blue #133850

Color information

#133850 (or 0x133850) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 50. RGB value is (19,56,80). Sum of RGB (Red+Green+Blue) = 19+56+80=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #133850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133850 is #ECC7AF. Grayscale: #2F2F2F. Windows color (decimal): -15517616 or 5257235. OLE color: 5257235.

HSL color Cylindrical-coordinate representation of color #133850: hue angle of 203.61º 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 #133850 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195680-
CMYK0.760.3000.69
HSL203.61º61.62%19.41%-
HSV(B)203.61º76.25%31.37%-
XYZ3.133.558.11-
YUV47.67146.24107.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=12.26%
G=36.13%
B=51.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1956800.760.3000.69203.6161.6219.41
Hex1338504C1E045cc3e13
Octal23701201143601053147623
Binary100111110001010000100110011110010001011100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133850; }

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

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

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

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

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

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

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

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