#133A5D

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

Shades of Regal Blue #133A5D

Tints of Regal Blue #133A5D

Color information

#133A5D (or 0x133A5D) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 5D. RGB value is (19,58,93). Sum of RGB (Red+Green+Blue) = 19+58+93=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #133A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A5D is #ECC5A2. Grayscale: #323232. Windows color (decimal): -15517091 or 6109715. OLE color: 6109715.

HSL color Cylindrical-coordinate representation of color #133A5D: hue angle of 208.38º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133A5D is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195893-
CMYK0.800.3800.64
HSL208.38º66.07%21.96%-
HSV(B)208.38º79.57%36.47%-
XYZ3.763.9510.92-
YUV50.33152.08105.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=11.18%
G=34.12%
B=54.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1958930.800.3800.64208.3866.0721.96
Hex133A5D5026040d04216
Octal237213512046010032010226
Binary10011111010101110110100001001100100000011010000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A5D; }

 p { color: rgb(19,58,93); }

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

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

 a { background-color: rgb(19,58,93); }

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

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

 span { border-color: rgb(19,58,93); }

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