#123D60

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

Shades of Regal Blue #123D60

Tints of Regal Blue #123D60

Color information

#123D60 (or 0x123D60) is unknown color: approx Regal Blue. HEX triplet: 12, 3D and 60. RGB value is (18,61,96). Sum of RGB (Red+Green+Blue) = 18+61+96=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #123D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D60 is #EDC29F. Grayscale: #333333. Windows color (decimal): -15581856 or 6307090. OLE color: 6307090.

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

Color convert

RGB186196-
CMYK0.810.3600.62
HSL206.92º68.42%22.35%-
HSV(B)206.92º81.25%37.65%-
XYZ4.034.3111.69-
YUV52.13152.75103.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=10.29%
G=34.86%
B=54.86%

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
Decimal1861960.810.3600.62206.9268.4222.35
Hex123D60512403Ecf4416
Octal22751401214407631710426
Binary1001011110111000001010001100100011111011001111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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