#124162

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

Shades of Regal Blue #124162

Tints of Regal Blue #124162

Color information

#124162 (or 0x124162) is unknown color: approx Regal Blue. HEX triplet: 12, 41 and 62. RGB value is (18,65,98). Sum of RGB (Red+Green+Blue) = 18+65+98=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #124162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124162 is #EDBE9D. Grayscale: #363636. Windows color (decimal): -15580830 or 6439186. OLE color: 6439186.

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

Color convert

RGB186598-
CMYK0.820.3400.62
HSL204.75º68.97%22.75%-
HSV(B)204.75º81.63%38.43%-
XYZ4.344.7912.25-
YUV54.71152.43101.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=9.94%
G=35.91%
B=54.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1865980.820.3400.62204.7568.9722.75
Hex124162522203Ecd4517
Octal221011421224207631510527
Binary10010100000111000101010010100010011111011001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124162; }

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

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

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

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

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

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

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

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