#123A5C

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

Shades of Regal Blue #123A5C

Tints of Regal Blue #123A5C

Color information

#123A5C (or 0x123A5C) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 5C. RGB value is (18,58,92). Sum of RGB (Red+Green+Blue) = 18+58+92=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #123A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5C is #EDC5A3. Grayscale: #313131. Windows color (decimal): -15582628 or 6044178. OLE color: 6044178.

HSL color Cylindrical-coordinate representation of color #123A5C: hue angle of 207.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123A5C is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185892-
CMYK0.800.3700.64
HSL207.57º67.27%21.57%-
HSV(B)207.57º80.43%36.08%-
XYZ3.693.9310.69-
YUV49.92151.75105.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=10.71%
G=34.52%
B=54.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1858920.800.3700.64207.5767.2721.57
Hex123A5C5025040d04316
Octal227213412045010032010326
Binary10010111010101110010100001001010100000011010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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