#123C5F

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

Shades of Regal Blue #123C5F

Tints of Regal Blue #123C5F

Color information

#123C5F (or 0x123C5F) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 5F. RGB value is (18,60,95). Sum of RGB (Red+Green+Blue) = 18+60+95=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #123C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C5F is #EDC3A0. Grayscale: #333333. Windows color (decimal): -15582113 or 6241298. OLE color: 6241298.

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

Color convert

RGB186095-
CMYK0.810.3700.63
HSL207.27º68.14%22.16%-
HSV(B)207.27º81.05%37.25%-
XYZ3.934.1911.43-
YUV51.43152.59104.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=10.40%
G=34.68%
B=54.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1860950.810.3700.63207.2768.1422.16
Hex123C5F512503Fcf4416
Octal22741371214507731710426
Binary1001011110010111111010001100101011111111001111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,60,95); }

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

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

 a { background-color: rgb(18,60,95); }

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

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

 span { border-color: rgb(18,60,95); }

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