#123C5A

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

Shades of Regal Blue #123C5A

Tints of Regal Blue #123C5A

Color information

#123C5A (or 0x123C5A) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 5A. RGB value is (18,60,90). Sum of RGB (Red+Green+Blue) = 18+60+90=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #123C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C5A is #EDC3A5. Grayscale: #323232. Windows color (decimal): -15582118 or 5913618. OLE color: 5913618.

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

Color convert

RGB186090-
CMYK0.800.3300.65
HSL205º66.67%21.18%-
HSV(B)205º80%35.29%-
XYZ3.714.110.27-
YUV50.86150.09104.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=10.71%
G=35.71%
B=53.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1860900.800.3300.6520566.6721.18
Hex123C5A5021041cd4315
Octal227413212041010131510325
Binary10010111100101101010100001000010100000111001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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