#133B5D

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

Shades of Regal Blue #133B5D

Tints of Regal Blue #133B5D

Color information

#133B5D (or 0x133B5D) is unknown color: approx Regal Blue. HEX triplet: 13, 3B and 5D. RGB value is (19,59,93). Sum of RGB (Red+Green+Blue) = 19+59+93=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #133B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B5D is #ECC4A2. Grayscale: #323232. Windows color (decimal): -15516835 or 6109971. OLE color: 6109971.

HSL color Cylindrical-coordinate representation of color #133B5D: hue angle of 207.57º 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 #133B5D is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195993-
CMYK0.800.3700.64
HSL207.57º66.07%21.96%-
HSV(B)207.57º79.57%36.47%-
XYZ3.814.0610.94-
YUV50.92151.75105.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=11.11%
G=34.50%
B=54.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1959930.800.3700.64207.5766.0721.96
Hex133B5D5025040d04216
Octal237313512045010032010226
Binary10011111011101110110100001001010100000011010000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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