#133861

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

Shades of Regal Blue #133861

Tints of Regal Blue #133861

Color information

#133861 (or 0x133861) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 61. RGB value is (19,56,97). Sum of RGB (Red+Green+Blue) = 19+56+97=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #133861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133861 is #ECC79E. Grayscale: #313131. Windows color (decimal): -15517599 or 6371347. OLE color: 6371347.

HSL color Cylindrical-coordinate representation of color #133861: hue angle of 211.54º 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 #133861 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195697-
CMYK0.800.4200.62
HSL211.54º67.24%22.75%-
HSV(B)211.54º80.41%38.04%-
XYZ3.843.8311.85-
YUV49.61154.74106.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=11.05%
G=32.56%
B=56.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1956970.800.4200.62211.5467.2422.75
Hex133861502A03Ed44317
Octal23701411205207632410327
Binary1001111100011000011010000101010011111011010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133861; }

 p { color: rgb(19,56,97); }

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

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

 a { background-color: rgb(19,56,97); }

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

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

 span { border-color: rgb(19,56,97); }

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