#124061

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

Shades of Regal Blue #124061

Tints of Regal Blue #124061

Color information

#124061 (or 0x124061) is unknown color: approx Regal Blue. HEX triplet: 12, 40 and 61. RGB value is (18,64,97). Sum of RGB (Red+Green+Blue) = 18+64+97=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #124061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124061 is #EDBF9E. Grayscale: #353535. Windows color (decimal): -15581087 or 6373394. OLE color: 6373394.

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

Color convert

RGB186497-
CMYK0.810.3400.62
HSL205.06º68.7%22.55%-
HSV(B)205.06º81.44%38.04%-
XYZ4.244.6611.98-
YUV54.01152.26102.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=10.06%
G=35.75%
B=54.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1864970.810.3400.62205.0668.722.55
Hex124061512203Ecd4517
Octal221001411214207631510527
Binary10010100000011000011010001100010011111011001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124061; }

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

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

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

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

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

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

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

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