#133356

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

Shades of Regal Blue #133356

Tints of Regal Blue #133356

Color information

#133356 (or 0x133356) is unknown color: approx Regal Blue. HEX triplet: 13, 33 and 56. RGB value is (19,51,86). Sum of RGB (Red+Green+Blue) = 19+51+86=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #133356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133356 is #ECCCA9. Grayscale: #2D2D2D. Windows color (decimal): -15518890 or 5649171. OLE color: 5649171.

HSL color Cylindrical-coordinate representation of color #133356: hue angle of 211.34º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133356 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB195186-
CMYK0.780.4100.66
HSL211.34º63.81%20.59%-
HSV(B)211.34º77.91%33.73%-
XYZ3.133.189.25-
YUV45.42150.9109.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=12.18%
G=32.69%
B=55.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1951860.780.4100.66211.3463.8120.59
Hex1333564E29042d34015
Octal236312611651010232310025
Binary10011110011101011010011101010010100001011010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133356; }

 p { color: rgb(19,51,86); }

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

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

 a { background-color: rgb(19,51,86); }

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

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

 span { border-color: rgb(19,51,86); }

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