#124161

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

Shades of Regal Blue #124161

Tints of Regal Blue #124161

Color information

#124161 (or 0x124161) is unknown color: approx Regal Blue. HEX triplet: 12, 41 and 61. RGB value is (18,65,97). Sum of RGB (Red+Green+Blue) = 18+65+97=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #124161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124161 is #EDBE9E. Grayscale: #363636. Windows color (decimal): -15580831 or 6373650. OLE color: 6373650.

HSL color Cylindrical-coordinate representation of color #124161: hue angle of 204.3º 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 #124161 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186597-
CMYK0.810.3300.62
HSL204.3º68.7%22.55%-
HSV(B)204.3º81.44%38.04%-
XYZ4.34.7712-
YUV54.6151.93101.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=10%
G=36.11%
B=53.89%

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
Decimal1865970.810.3300.62204.368.722.55
Hex124161512103Ecc4517
Octal221011411214107631410527
Binary10010100000111000011010001100001011111011001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124161; }

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

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

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

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

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

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

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

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