#123E5E

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

Shades of Regal Blue #123E5E

Tints of Regal Blue #123E5E

Color information

#123E5E (or 0x123E5E) is unknown color: approx Regal Blue. HEX triplet: 12, 3E and 5E. RGB value is (18,62,94). Sum of RGB (Red+Green+Blue) = 18+62+94=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #123E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5E is #EDC1A1. Grayscale: #343434. Windows color (decimal): -15581602 or 6176274. OLE color: 6176274.

HSL color Cylindrical-coordinate representation of color #123E5E: hue angle of 205.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123E5E is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB186294-
CMYK0.810.3400.63
HSL205.26º67.86%21.96%-
HSV(B)205.26º80.85%36.86%-
XYZ3.994.3811.23-
YUV52.49151.42103.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=10.34%
G=35.63%
B=54.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1862940.810.3400.63205.2667.8621.96
Hex123E5E512203Fcd4416
Octal22761361214207731510426
Binary1001011111010111101010001100010011111111001101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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