#123E62

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

Shades of Regal Blue #123E62

Tints of Regal Blue #123E62

Color information

#123E62 (or 0x123E62) is unknown color: approx Regal Blue. HEX triplet: 12, 3E and 62. RGB value is (18,62,98). Sum of RGB (Red+Green+Blue) = 18+62+98=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #123E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E62 is #EDC19D. Grayscale: #343434. Windows color (decimal): -15581598 or 6438418. OLE color: 6438418.

HSL color Cylindrical-coordinate representation of color #123E62: hue angle of 207º 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 #123E62 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186298-
CMYK0.820.3700.62
HSL207º68.97%22.75%-
HSV(B)207º81.63%38.43%-
XYZ4.184.4612.2-
YUV52.95153.42103.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=10.11%
G=34.83%
B=55.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1862980.820.3700.6220768.9722.75
Hex123E62522503Ecf4517
Octal22761421224507631710527
Binary1001011111011000101010010100101011111011001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123E62; }

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

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

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

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

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

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

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

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