#133154

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

Shades of Regal Blue #133154

Tints of Regal Blue #133154

Color information

#133154 (or 0x133154) is unknown color: approx Regal Blue. HEX triplet: 13, 31 and 54. RGB value is (19,49,84). Sum of RGB (Red+Green+Blue) = 19+49+84=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #133154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133154 is #ECCEAB. Grayscale: #2B2B2B. Windows color (decimal): -15519404 or 5517587. OLE color: 5517587.

HSL color Cylindrical-coordinate representation of color #133154: hue angle of 212.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133154 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB194984-
CMYK0.770.4200.67
HSL212.31º63.11%20.2%-
HSV(B)212.31º77.38%32.94%-
XYZ2.972.988.81-
YUV44.02150.56110.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=12.5%
G=32.24%
B=55.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1949840.770.4200.67212.3163.1120.2
Hex1331544D2A043d43f14
Octal23611241155201033247724
Binary1001111000110101001001101101010010000111101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133154; }

 p { color: rgb(19,49,84); }

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

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

 a { background-color: rgb(19,49,84); }

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

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

 span { border-color: rgb(19,49,84); }

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