#133B66

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

Shades of Regal Blue #133B66

Tints of Regal Blue #133B66

Color information

#133B66 (or 0x133B66) is unknown color: approx Regal Blue. HEX triplet: 13, 3B and 66. RGB value is (19,59,102). Sum of RGB (Red+Green+Blue) = 19+59+102=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #133B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B66 is #ECC499. Grayscale: #333333. Windows color (decimal): -15516826 or 6699795. OLE color: 6699795.

HSL color Cylindrical-coordinate representation of color #133B66: hue angle of 211.08º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133B66 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1959102-
CMYK0.810.4200.6
HSL211.08º68.6%23.73%-
HSV(B)211.08º81.37%40%-
XYZ4.234.2313.16-
YUV51.94156.25104.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=10.56%
G=32.78%
B=56.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19591020.810.4200.6211.0868.623.73
Hex133B66512A03Cd34518
Octal23731461215207432310530
Binary1001111101111001101010001101010011110011010011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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