#123A5D

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

Shades of Regal Blue #123A5D

Tints of Regal Blue #123A5D

Color information

#123A5D (or 0x123A5D) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 5D. RGB value is (18,58,93). Sum of RGB (Red+Green+Blue) = 18+58+93=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #123A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5D is #EDC5A2. Grayscale: #313131. Windows color (decimal): -15582627 or 6109714. OLE color: 6109714.

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

Color convert

RGB185893-
CMYK0.810.3800.64
HSL208º67.57%21.76%-
HSV(B)208º80.65%36.47%-
XYZ3.743.9510.92-
YUV50.03152.25105.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=10.65%
G=34.32%
B=55.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1858930.810.3800.6420867.5721.76
Hex123A5D5126040d04416
Octal227213512146010032010426
Binary10010111010101110110100011001100100000011010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A5D; }

 p { color: rgb(18,58,93); }

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

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

 a { background-color: rgb(18,58,93); }

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

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

 span { border-color: rgb(18,58,93); }

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