#123459

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

Shades of Regal Blue #123459

Tints of Regal Blue #123459

Color information

#123459 (or 0x123459) is unknown color: approx Regal Blue. HEX triplet: 12, 34 and 59. RGB value is (18,52,89). Sum of RGB (Red+Green+Blue) = 18+52+89=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #123459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123459 is #EDCBA6. Grayscale: #2D2D2D. Windows color (decimal): -15584167 or 5846034. OLE color: 5846034.

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

Color convert

RGB185289-
CMYK0.800.4200.65
HSL211.27º66.36%20.98%-
HSV(B)211.27º79.78%34.9%-
XYZ3.283.319.92-
YUV46.05152.24107.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=11.32%
G=32.70%
B=55.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1852890.800.4200.65211.2766.3620.98
Hex123459502A041d34215
Octal226413112052010132310225
Binary10010110100101100110100001010100100000111010011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123459; }

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

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

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

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

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

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

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

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