#133C5B

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

Shades of Regal Blue #133C5B

Tints of Regal Blue #133C5B

Color information

#133C5B (or 0x133C5B) is unknown color: approx Regal Blue. HEX triplet: 13, 3C and 5B. RGB value is (19,60,91). Sum of RGB (Red+Green+Blue) = 19+60+91=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #133C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C5B is #ECC3A4. Grayscale: #333333. Windows color (decimal): -15516581 or 5979155. OLE color: 5979155.

HSL color Cylindrical-coordinate representation of color #133C5B: hue angle of 205.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133C5B is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196091-
CMYK0.790.3400.64
HSL205.83º65.45%21.57%-
HSV(B)205.83º79.12%35.69%-
XYZ3.774.1310.49-
YUV51.28150.42104.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=11.18%
G=35.29%
B=53.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1960910.790.3400.64205.8365.4521.57
Hex133C5B4F22040ce4116
Octal237413311742010031610126
Binary10011111100101101110011111000100100000011001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,60,91); }

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

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

 a { background-color: rgb(19,60,91); }

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

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

 span { border-color: rgb(19,60,91); }

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