#123A61

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

Shades of Regal Blue #123A61

Tints of Regal Blue #123A61

Color information

#123A61 (or 0x123A61) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 61. RGB value is (18,58,97). Sum of RGB (Red+Green+Blue) = 18+58+97=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #123A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A61 is #EDC59E. Grayscale: #323232. Windows color (decimal): -15582623 or 6371858. OLE color: 6371858.

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

Color convert

RGB185897-
CMYK0.810.4000.62
HSL209.62º68.7%22.55%-
HSV(B)209.62º81.44%38.04%-
XYZ3.924.0211.88-
YUV50.49154.25104.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=10.40%
G=33.53%
B=56.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1858970.810.4000.62209.6268.722.55
Hex123A61512803Ed24517
Octal22721411215007632210527
Binary1001011101011000011010001101000011111011010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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