#123C64

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

Shades of Regal Blue #123C64

Tints of Regal Blue #123C64

Color information

#123C64 (or 0x123C64) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 64. RGB value is (18,60,100). Sum of RGB (Red+Green+Blue) = 18+60+100=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #123C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C64 is #EDC39B. Grayscale: #333333. Windows color (decimal): -15582108 or 6568978. OLE color: 6568978.

HSL color Cylindrical-coordinate representation of color #123C64: hue angle of 209.27º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123C64 is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1860100-
CMYK0.820.400.61
HSL209.27º69.49%23.14%-
HSV(B)209.27º82%39.22%-
XYZ4.174.2812.66-
YUV52155.09103.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 100 (39.45% from 255) = 56.18%
R=10.11%
G=33.71%
B=56.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18601000.820.400.61209.2769.4923.14
Hex123C64522803Dd14517
Octal22741441225007532110527
Binary1001011110011001001010010101000011110111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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