#133E66

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

Shades of Regal Blue #133E66

Tints of Regal Blue #133E66

Color information

#133E66 (or 0x133E66) is unknown color: approx Regal Blue. HEX triplet: 13, 3E and 66. RGB value is (19,62,102). Sum of RGB (Red+Green+Blue) = 19+62+102=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #133E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E66 is #ECC199. Grayscale: #353535. Windows color (decimal): -15516058 or 6700563. OLE color: 6700563.

HSL color Cylindrical-coordinate representation of color #133E66: hue angle of 208.92º 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 #133E66 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1962102-
CMYK0.810.3900.6
HSL208.92º68.6%23.73%-
HSV(B)208.92º81.37%40%-
XYZ4.394.5413.22-
YUV53.7155.25103.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=10.38%
G=33.88%
B=55.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19621020.810.3900.6208.9268.623.73
Hex133E66512703Cd14518
Octal23761461214707432110530
Binary1001111111011001101010001100111011110011010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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