#124060

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

Shades of Regal Blue #124060

Tints of Regal Blue #124060

Color information

#124060 (or 0x124060) is unknown color: approx Regal Blue. HEX triplet: 12, 40 and 60. RGB value is (18,64,96). Sum of RGB (Red+Green+Blue) = 18+64+96=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #124060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124060 is #EDBF9F. Grayscale: #353535. Windows color (decimal): -15581088 or 6307858. OLE color: 6307858.

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

Color convert

RGB186496-
CMYK0.810.3300.62
HSL204.62º68.42%22.35%-
HSV(B)204.62º81.25%37.65%-
XYZ4.194.6411.74-
YUV53.89151.76102.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=10.11%
G=35.96%
B=53.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1864960.810.3300.62204.6268.4222.35
Hex124060512103Ecd4416
Octal221001401214107631510426
Binary10010100000011000001010001100001011111011001101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124060; }

 p { color: rgb(18,64,96); }

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

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

 a { background-color: rgb(18,64,96); }

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

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

 span { border-color: rgb(18,64,96); }

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