#123E61

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

Shades of Regal Blue #123E61

Tints of Regal Blue #123E61

Color information

#123E61 (or 0x123E61) is unknown color: approx Regal Blue. HEX triplet: 12, 3E and 61. RGB value is (18,62,97). Sum of RGB (Red+Green+Blue) = 18+62+97=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #123E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E61 is #EDC19E. Grayscale: #343434. Windows color (decimal): -15581599 or 6372882. OLE color: 6372882.

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

Color convert

RGB186297-
CMYK0.810.3600.62
HSL206.58º68.7%22.55%-
HSV(B)206.58º81.44%38.04%-
XYZ4.134.4411.95-
YUV52.83152.92103.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=10.17%
G=35.03%
B=54.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1862970.810.3600.62206.5868.722.55
Hex123E61512403Ecf4517
Octal22761411214407631710527
Binary1001011111011000011010001100100011111011001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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