#133F60

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

Shades of Regal Blue #133F60

Tints of Regal Blue #133F60

Color information

#133F60 (or 0x133F60) is unknown color: approx Regal Blue. HEX triplet: 13, 3F and 60. RGB value is (19,63,96). Sum of RGB (Red+Green+Blue) = 19+63+96=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #133F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F60 is #ECC09F. Grayscale: #353535. Windows color (decimal): -15515808 or 6307603. OLE color: 6307603.

HSL color Cylindrical-coordinate representation of color #133F60: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133F60 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196396-
CMYK0.800.3400.62
HSL205.71º66.96%22.55%-
HSV(B)205.71º80.21%37.65%-
XYZ4.164.5411.72-
YUV53.61151.92103.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=10.67%
G=35.39%
B=53.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1963960.800.3400.62205.7166.9622.55
Hex133F60502203Ece4317
Octal23771401204207631610327
Binary1001111111111000001010000100010011111011001110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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