#123760

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

Shades of Regal Blue #123760

Tints of Regal Blue #123760

Color information

#123760 (or 0x123760) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 60. RGB value is (18,55,96). Sum of RGB (Red+Green+Blue) = 18+55+96=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #123760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123760 is #EDC89F. Grayscale: #303030. Windows color (decimal): -15583392 or 6305554. OLE color: 6305554.

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

Color convert

RGB185596-
CMYK0.810.4300.62
HSL211.54º68.42%22.35%-
HSV(B)211.54º81.25%37.65%-
XYZ3.733.7111.59-
YUV48.61154.74106.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=10.65%
G=32.54%
B=56.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1855960.810.4300.62211.5468.4222.35
Hex123760512B03Ed44416
Octal22671401215307632410426
Binary1001011011111000001010001101011011111011010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123760; }

 p { color: rgb(18,55,96); }

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

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

 a { background-color: rgb(18,55,96); }

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

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

 span { border-color: rgb(18,55,96); }

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