#124160

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

Shades of Regal Blue #124160

Tints of Regal Blue #124160

Color information

#124160 (or 0x124160) is unknown color: approx Regal Blue. HEX triplet: 12, 41 and 60. RGB value is (18,65,96). Sum of RGB (Red+Green+Blue) = 18+65+96=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #124160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124160 is #EDBE9F. Grayscale: #363636. Windows color (decimal): -15580832 or 6308114. OLE color: 6308114.

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

Color convert

RGB186596-
CMYK0.810.3200.62
HSL203.85º68.42%22.35%-
HSV(B)203.85º81.25%37.65%-
XYZ4.254.7511.76-
YUV54.48151.43101.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=10.06%
G=36.31%
B=53.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1865960.810.3200.62203.8568.4222.35
Hex124160512003Ecc4416
Octal221011401214007631410426
Binary10010100000111000001010001100000011111011001100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124160; }

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

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

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

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

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

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

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

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