#123B60

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

Shades of Regal Blue #123B60

Tints of Regal Blue #123B60

Color information

#123B60 (or 0x123B60) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 60. RGB value is (18,59,96). Sum of RGB (Red+Green+Blue) = 18+59+96=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #123B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B60 is #EDC49F. Grayscale: #323232. Windows color (decimal): -15582368 or 6306578. OLE color: 6306578.

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

Color convert

RGB185996-
CMYK0.810.3900.62
HSL208.46º68.42%22.35%-
HSV(B)208.46º81.25%37.65%-
XYZ3.924.111.65-
YUV50.96153.42104.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=10.40%
G=34.10%
B=55.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1859960.810.3900.62208.4668.4222.35
Hex123B60512703Ed04416
Octal22731401214707632010426
Binary1001011101111000001010001100111011111011010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,59,96); }

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

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

 a { background-color: rgb(18,59,96); }

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

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

 span { border-color: rgb(18,59,96); }

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