#133456

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

Shades of Regal Blue #133456

Tints of Regal Blue #133456

Color information

#133456 (or 0x133456) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 56. RGB value is (19,52,86). Sum of RGB (Red+Green+Blue) = 19+52+86=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #133456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133456 is #ECCBA9. Grayscale: #2D2D2D. Windows color (decimal): -15518634 or 5649427. OLE color: 5649427.

HSL color Cylindrical-coordinate representation of color #133456: hue angle of 210.45º 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 #133456 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB195286-
CMYK0.780.4000.66
HSL210.45º63.81%20.59%-
HSV(B)210.45º77.91%33.73%-
XYZ3.183.279.27-
YUV46.01150.57108.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=12.10%
G=33.12%
B=54.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1952860.780.4000.66210.4563.8120.59
Hex1334564E28042d24015
Octal236412611650010232210025
Binary10011110100101011010011101010000100001011010010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133456; }

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

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

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

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

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

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

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

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