#133762

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

Shades of Regal Blue #133762

Tints of Regal Blue #133762

Color information

#133762 (or 0x133762) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 62. RGB value is (19,55,98). Sum of RGB (Red+Green+Blue) = 19+55+98=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #133762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133762 is #ECC89D. Grayscale: #303030. Windows color (decimal): -15517854 or 6436627. OLE color: 6436627.

HSL color Cylindrical-coordinate representation of color #133762: hue angle of 212.66º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133762 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195598-
CMYK0.810.4400.62
HSL212.66º67.52%22.94%-
HSV(B)212.66º80.61%38.43%-
XYZ3.843.7512.08-
YUV49.14155.57106.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=11.05%
G=31.98%
B=56.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1955980.810.4400.62212.6667.5222.94
Hex133762512C03Ed54417
Octal23671421215407632510427
Binary1001111011111000101010001101100011111011010101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133762; }

 p { color: rgb(19,55,98); }

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

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

 a { background-color: rgb(19,55,98); }

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

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

 span { border-color: rgb(19,55,98); }

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