#123860

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

Shades of Regal Blue #123860

Tints of Regal Blue #123860

Color information

#123860 (or 0x123860) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 60. RGB value is (18,56,96). Sum of RGB (Red+Green+Blue) = 18+56+96=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #123860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123860 is #EDC79F. Grayscale: #313131. Windows color (decimal): -15583136 or 6305810. OLE color: 6305810.

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

Color convert

RGB185696-
CMYK0.810.4200.62
HSL210.77º68.42%22.35%-
HSV(B)210.77º81.25%37.65%-
XYZ3.773.811.6-
YUV49.2154.41105.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=10.59%
G=32.94%
B=56.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1856960.810.4200.62210.7768.4222.35
Hex123860512A03Ed34416
Octal22701401215207632310426
Binary1001011100011000001010001101010011111011010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123860; }

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

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

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

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

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

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

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

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