#123A58

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

Shades of Regal Blue #123A58

Tints of Regal Blue #123A58

Color information

#123A58 (or 0x123A58) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 58. RGB value is (18,58,88). Sum of RGB (Red+Green+Blue) = 18+58+88=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #123A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A58 is #EDC5A7. Grayscale: #313131. Windows color (decimal): -15582632 or 5782034. OLE color: 5782034.

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

Color convert

RGB185888-
CMYK0.800.3400.65
HSL205.71º66.04%20.78%-
HSV(B)205.71º79.55%34.51%-
XYZ3.523.869.79-
YUV49.46149.75105.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=10.98%
G=35.37%
B=53.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1858880.800.3400.65205.7166.0420.78
Hex123A585022041ce4215
Octal227213012042010131610225
Binary10010111010101100010100001000100100000111001110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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