#123E5A

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

Shades of Regal Blue #123E5A

Tints of Regal Blue #123E5A

Color information

#123E5A (or 0x123E5A) is unknown color: approx Regal Blue. HEX triplet: 12, 3E and 5A. RGB value is (18,62,90). Sum of RGB (Red+Green+Blue) = 18+62+90=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #123E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5A is #EDC1A5. Grayscale: #333333. Windows color (decimal): -15581606 or 5914130. OLE color: 5914130.

HSL color Cylindrical-coordinate representation of color #123E5A: hue angle of 203.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123E5A is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186290-
CMYK0.800.3100.65
HSL203.33º66.67%21.18%-
HSV(B)203.33º80%35.29%-
XYZ3.824.3110.3-
YUV52.04149.42103.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=10.59%
G=36.47%
B=52.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1862900.800.3100.65203.3366.6721.18
Hex123E5A501F041cb4315
Octal227613212037010131310325
Binary1001011111010110101010000111110100000111001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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