#133851

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

Shades of Regal Blue #133851

Tints of Regal Blue #133851

Color information

#133851 (or 0x133851) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 51. RGB value is (19,56,81). Sum of RGB (Red+Green+Blue) = 19+56+81=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #133851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133851 is #ECC7AE. Grayscale: #2F2F2F. Windows color (decimal): -15517615 or 5322771. OLE color: 5322771.

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

Color convert

RGB195681-
CMYK0.770.3100.68
HSL204.19º62%19.61%-
HSV(B)204.19º76.54%31.76%-
XYZ3.173.568.3-
YUV47.79146.74107.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=12.18%
G=35.90%
B=51.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1956810.770.3100.68204.196219.61
Hex1338514D1F044cc3e14
Octal23701211153701043147624
Binary100111110001010001100110111111010001001100110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133851; }

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

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

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

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

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

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

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

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