#133654

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

Shades of Regal Blue #133654

Tints of Regal Blue #133654

Color information

#133654 (or 0x133654) is unknown color: approx Regal Blue. HEX triplet: 13, 36 and 54. RGB value is (19,54,84). Sum of RGB (Red+Green+Blue) = 19+54+84=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #133654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133654 is #ECC9AB. Grayscale: #2E2E2E. Windows color (decimal): -15518124 or 5518867. OLE color: 5518867.

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

Color convert

RGB195484-
CMYK0.770.3600.67
HSL207.69º63.11%20.2%-
HSV(B)207.69º77.38%32.94%-
XYZ3.193.428.88-
YUV46.96148.9108.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=12.10%
G=34.39%
B=53.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1954840.770.3600.67207.6963.1120.2
Hex1336544D24043d03f14
Octal23661241154401033207724
Binary1001111011010101001001101100100010000111101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133654; }

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

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

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

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

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

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

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

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