#133F5D

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

Shades of Regal Blue #133F5D

Tints of Regal Blue #133F5D

Color information

#133F5D (or 0x133F5D) is unknown color: approx Regal Blue. HEX triplet: 13, 3F and 5D. RGB value is (19,63,93). Sum of RGB (Red+Green+Blue) = 19+63+93=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #133F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F5D is #ECC0A2. Grayscale: #353535. Windows color (decimal): -15515811 or 6110995. OLE color: 6110995.

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

Color convert

RGB196393-
CMYK0.800.3200.64
HSL204.32º66.07%21.96%-
HSV(B)204.32º79.57%36.47%-
XYZ4.024.4811.01-
YUV53.26150.42103.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=10.86%
G=36%
B=53.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1963930.800.3200.64204.3266.0721.96
Hex133F5D5020040cc4216
Octal237713512040010031410226
Binary10011111111101110110100001000000100000011001100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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