#133453

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

Shades of Regal Blue #133453

Tints of Regal Blue #133453

Color information

#133453 (or 0x133453) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 53. RGB value is (19,52,83). Sum of RGB (Red+Green+Blue) = 19+52+83=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #133453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133453 is #ECCBAC. Grayscale: #2D2D2D. Windows color (decimal): -15518637 or 5452819. OLE color: 5452819.

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

Color convert

RGB195283-
CMYK0.770.3700.67
HSL209.06º62.75%20%-
HSV(B)209.06º77.11%32.55%-
XYZ3.063.228.64-
YUV45.67149.07108.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=12.34%
G=33.77%
B=53.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1952830.770.3700.67209.0662.7520
Hex1334534D25043d13f14
Octal23641231154501033217724
Binary1001111010010100111001101100101010000111101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133453; }

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

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

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

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

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

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

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

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