#123759

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

Shades of Regal Blue #123759

Tints of Regal Blue #123759

Color information

#123759 (or 0x123759) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 59. RGB value is (18,55,89). Sum of RGB (Red+Green+Blue) = 18+55+89=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #123759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123759 is #EDC8A6. Grayscale: #2F2F2F. Windows color (decimal): -15583399 or 5846802. OLE color: 5846802.

HSL color Cylindrical-coordinate representation of color #123759: hue angle of 208.73º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123759 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185589-
CMYK0.800.3800.65
HSL208.73º66.36%20.98%-
HSV(B)208.73º79.78%34.9%-
XYZ3.423.589.96-
YUV47.81151.24106.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=11.11%
G=33.95%
B=54.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1855890.800.3800.65208.7366.3620.98
Hex1237595026041d14215
Octal226713112046010132110225
Binary10010110111101100110100001001100100000111010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123759; }

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

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

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

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

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

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

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

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