#133451

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

Shades of Regal Blue #133451

Tints of Regal Blue #133451

Color information

#133451 (or 0x133451) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 51. RGB value is (19,52,81). Sum of RGB (Red+Green+Blue) = 19+52+81=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #133451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133451 is #ECCBAE. Grayscale: #2D2D2D. Windows color (decimal): -15518639 or 5321747. OLE color: 5321747.

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

Color convert

RGB195281-
CMYK0.770.3600.68
HSL208.06º62%19.61%-
HSV(B)208.06º76.54%31.76%-
XYZ2.983.198.24-
YUV45.44148.07109.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=12.5%
G=34.21%
B=53.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1952810.770.3600.68208.066219.61
Hex1334514D24044d03e14
Octal23641211154401043207624
Binary1001111010010100011001101100100010001001101000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133451; }

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

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

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

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

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

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

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

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