#133750

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

Shades of Regal Blue #133750

Tints of Regal Blue #133750

Color information

#133750 (or 0x133750) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 50. RGB value is (19,55,80). Sum of RGB (Red+Green+Blue) = 19+55+80=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #133750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133750 is #ECC8AF. Grayscale: #2E2E2E. Windows color (decimal): -15517872 or 5256979. OLE color: 5256979.

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

Color convert

RGB195580-
CMYK0.760.3100.69
HSL204.59º61.62%19.41%-
HSV(B)204.59º76.25%31.37%-
XYZ3.083.458.09-
YUV47.09146.57107.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=12.34%
G=35.71%
B=51.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1955800.760.3100.69204.5961.6219.41
Hex1337504C1F045cd3e13
Octal23671201143701053157623
Binary100111101111010000100110011111010001011100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133750; }

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

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

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

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

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

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

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

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