#123359

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

Shades of Regal Blue #123359

Tints of Regal Blue #123359

Color information

#123359 (or 0x123359) is unknown color: approx Regal Blue. HEX triplet: 12, 33 and 59. RGB value is (18,51,89). Sum of RGB (Red+Green+Blue) = 18+51+89=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #123359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123359 is #EDCCA6. Grayscale: #2D2D2D. Windows color (decimal): -15584423 or 5845778. OLE color: 5845778.

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

Color convert

RGB185189-
CMYK0.800.4300.65
HSL212.11º66.36%20.98%-
HSV(B)212.11º79.78%34.9%-
XYZ3.243.229.9-
YUV45.46152.57108.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=11.39%
G=32.28%
B=56.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1851890.800.4300.65212.1166.3620.98
Hex123359502B041d44215
Octal226313112053010132410225
Binary10010110011101100110100001010110100000111010100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123359; }

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

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

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

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

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

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

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

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